fix: Closing X in editor disappeared (#455)

This commit is contained in:
coderiaser 2026-02-03 16:17:28 +02:00
parent e68338a17b
commit 6e3ba27131

View file

@ -22,7 +22,7 @@ const rules = [{
},
}],
}, {
test: /\.(png|gif|woff|woff2|eot|ttf)$/,
test: /\.(png|gif|svg|woff|woff2|eot|ttf)$/,
type: 'asset/inline',
}];