enable terser
This commit is contained in:
parent
c57036a149
commit
d9b5ee7c96
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function plugins(editor) {
|
||||||
|
|
||||||
// If we're building for production (npm run build
|
// If we're building for production (npm run build
|
||||||
// instead of npm run dev), minify
|
// instead of npm run dev), minify
|
||||||
// halfProduction && terser()
|
halfProduction && !editor && terser()
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue