Skip to content

Commit 4c24263

Browse files
committed
fix: css: spinner: do not minify svg
1 parent 7593880 commit 4c24263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.webpack/css.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const rules = [{
2222
},
2323
}],
2424
}, {
25-
test: /\.(png|gif|svg|woff|woff2|eot|ttf)$/,
25+
test: /\.(png|gif|woff|woff2|eot|ttf)$/,
2626
type: 'asset/inline',
2727
}];
2828

0 commit comments

Comments
 (0)