From 0cd67cd77c18ce5a039a530905a0ac3ce0bfbad1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 1 Oct 2018 05:19:39 +0400 Subject: Edits in the settings of the collector Signed-off-by: Valentin Popov --- rollup.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rollup.config.js') diff --git a/rollup.config.js b/rollup.config.js index 5110e62..f73c62d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -12,7 +12,7 @@ export default [ { plugins: [ babel({ babelrc: false, - comments: false, + comments: true, presets: [ [ "es2015", { modules: false } ] ] }) ] @@ -31,10 +31,10 @@ export default [ { presets: [ [ "es2015", { modules: false } ] ] }), uglify({ - sourcemap: false, - warnings: true, + ie8: true, + sourcemap: true, toplevel: false, - ie8: true + warnings: true }) ] } ]; -- cgit v1.2.3