From bb35da05d59559c5dc3ba2b973a29bdc2924b302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= Date: Sun, 14 Jun 2020 16:20:41 +0100 Subject: [PATCH] Do not minify node bundle Closes #680 --- rollup.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index a552e57db..08e360596 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -9,7 +9,9 @@ export default () => { }, name: "Terser", sourcemap: true, + sourcemapExcludeSources: true, esModule: false, + indent: false }, external: "source-map", };