From e7ee7f7ce9b2a8616254c0e766233816bf4cd20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Rib=C3=B3?= Date: Fri, 17 Nov 2023 15:18:38 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20removing=20terser=20to=20allow=20an=20un?= =?UTF-8?q?minified=20build=20that=20is=20easier=20to=20d=E2=80=A6=20(#127?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Francisco Javier Ribó Labrador --- rollup/base.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup/base.mjs b/rollup/base.mjs index c9cc615d0..f46a13056 100644 --- a/rollup/base.mjs +++ b/rollup/base.mjs @@ -53,7 +53,6 @@ export default (output, plugins = []) => { }, }, }), - terser(), ...plugins, commonjs(), cleanup(),