aboutsummaryrefslogtreecommitdiffhomepage
path: root/rollup.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'rollup.config.js')
-rw-r--r--rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 539e2d3..145224b 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -55,7 +55,7 @@ const general = {
55 node(), 55 node(),
56 commonjs(), 56 commonjs(),
57 production && terser({ 57 production && terser({
58 keep_fnames: true, 58 keep_fnames: true
59 }), 59 }),
60 production && bundleStats() 60 production && bundleStats()
61 ] 61 ]