From 6b4a47a51823a1c212ac9c66bb4589e90ff33204 Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Fri, 20 Nov 2020 09:53:02 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20don't=20minify=20cli=20?= =?UTF-8?q?for=20better=20debugging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index a52f543..8fd0dcd 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -36,6 +36,6 @@ export default [ banner: `#!/usr/bin/env node`, }, ], - plugins: [autoExternal(), commonjs(), ts(), PROD && terser()], + plugins: [autoExternal(), commonjs(), ts()], }, ];