aboutsummaryrefslogtreecommitdiffhomepage
path: root/rollup.config.js
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-02 23:59:13 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-03 16:19:38 +0800
commita826ca7839a5a1cc01763719d43c562cbef2831c (patch)
tree9a953c62afbc965888ecced2098979efa5a58d67 /rollup.config.js
parentf3ad8c39b25be23c846f17142b29f52f719f8e91 (diff)
chore: make functions from mapclay readable
Diffstat (limited to 'rollup.config.js')
-rw-r--r--rollup.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index cc42bf0..87282aa 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -53,7 +53,9 @@ const general = {
53 }, 53 },
54 node(), 54 node(),
55 commonjs(), 55 commonjs(),
56 production && terser(), 56 production && terser({
57 keep_fnames: true,
58 }),
57 production && bundleStats() 59 production && bundleStats()
58 ] 60 ]
59} 61}