Removing optimization in dev to get back normal compilation times in watch mode
This commit is contained in:
parent
873c335054
commit
78e816c6fb
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ module.exports = {
|
|||
mainFields: ["svelte", "browser", "module", "main"],
|
||||
},
|
||||
optimization: {
|
||||
minimize: true,
|
||||
minimize: isProduction,
|
||||
minimizer: [new CssMinimizerPlugin(), "..."],
|
||||
},
|
||||
output: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue