mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(img) loading: svg minify
This commit is contained in:
parent
e034f7c1b6
commit
0e14b02109
5 changed files with 19 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ const clean = (a) => a.filter(Boolean);
|
|||
const plugins = clean([
|
||||
...cssPlugins,
|
||||
extractMain,
|
||||
!isDev && new OptimizeCssAssetsPlugin({}),
|
||||
!isDev && new OptimizeCssAssetsPlugin(),
|
||||
]);
|
||||
|
||||
const rules = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue