aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-10-01 04:19:39 +0300
committerValentin Popov <info@valentineus.link>2018-10-01 04:19:39 +0300
commit0cd67cd77c18ce5a039a530905a0ac3ce0bfbad1 (patch)
tree1ed1f5147bd8fa43eccdc2489583304b7ff885d8
parentd41833472d369ed94958f75b8f1b777c60d2eabf (diff)
downloadjs-github-library-0cd67cd77c18ce5a039a530905a0ac3ce0bfbad1.tar.xz
js-github-library-0cd67cd77c18ce5a039a530905a0ac3ce0bfbad1.zip
Edits in the settings of the collector
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--rollup.config.js8
1 files changed, 4 insertions, 4 deletions
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
})
]
} ];