mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
fix: Closing X in editor disappeared (#455)
This commit is contained in:
parent
e68338a17b
commit
6e3ba27131
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const rules = [{
|
|||
},
|
||||
}],
|
||||
}, {
|
||||
test: /\.(png|gif|woff|woff2|eot|ttf)$/,
|
||||
test: /\.(png|gif|svg|woff|woff2|eot|ttf)$/,
|
||||
type: 'asset/inline',
|
||||
}];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue