From 12095b0b1c70cc371c63c75164b84cfdba3ceb11 Mon Sep 17 00:00:00 2001 From: 1on Date: Wed, 11 Nov 2020 11:32:43 +0300 Subject: [PATCH] fix: Disabled terser due to problems in builded files --- build/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rollup.config.js b/build/rollup.config.js index 172ebc2..6c94096 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -27,6 +27,6 @@ export default { alias({ entries: [{ find: /^@\/(.+)/, replacement: './$1' }] }), commonjs(), autoExternal(), - terser(), + // terser(), ] }