Browse Source

enable terser

mj-deploy
Standa Lukeš 4 years ago
parent
commit
d9b5ee7c96
  1. 2
      frontend/rollup.config.js

2
frontend/rollup.config.js

@ -66,7 +66,7 @@ function plugins(editor) {
// If we're building for production (npm run build
// instead of npm run dev), minify
// halfProduction && terser()
halfProduction && !editor && terser()
]
}