enable terser

This commit is contained in:
Standa Lukeš 2020-10-17 20:07:56 +00:00
parent c57036a149
commit d9b5ee7c96

View file

@ -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()
] ]
} }