fix: css: spinner: do not minify svg

This commit is contained in:
coderiaser 2026-01-28 23:05:08 +02:00
parent 75938809ea
commit 4c242631fa

View file

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