diff --git a/frontend/rollup.config.js b/frontend/rollup.config.js index 3c31de1..e73fc21 100644 --- a/frontend/rollup.config.js +++ b/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() ] }