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"],
|
||||
},
|
||||
optimization: {
|
||||
minimize: true,
|
||||
minimize: isProduction,
|
||||
minimizer: [new CssMinimizerPlugin(), "..."],
|
||||
},
|
||||
output: {
|
||||
|
Loading…
Reference in New Issue
Block a user