From d9b5ee7c96247f1b14fecf6c7991aa4046a820ca Mon Sep 17 00:00:00 2001 From: exyi Date: Sat, 17 Oct 2020 20:07:56 +0000 Subject: [PATCH] enable terser --- frontend/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ] }