Removing optimization in dev to get back normal compilation times in watch mode
This commit is contained in:
parent
873c335054
commit
78e816c6fb
@ -163,7 +163,7 @@ module.exports = {
|
|||||||
mainFields: ["svelte", "browser", "module", "main"],
|
mainFields: ["svelte", "browser", "module", "main"],
|
||||||
},
|
},
|
||||||
optimization: {
|
optimization: {
|
||||||
minimize: true,
|
minimize: isProduction,
|
||||||
minimizer: [new CssMinimizerPlugin(), "..."],
|
minimizer: [new CssMinimizerPlugin(), "..."],
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
|
Loading…
Reference in New Issue
Block a user