aboutsummaryrefslogtreecommitdiffhomepage
path: root/rollup.config.js
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-04 23:12:06 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-04 23:12:09 +0800
commit574cefa7cf5490a483e4a480e1bc1bbffa0805de (patch)
treeed978444865149dd84cd9a786f04f50ddba5bd73 /rollup.config.js
parent9a0fdb914d50c32f062de58704b40ea1ceb23203 (diff)
style: reformat code
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 ]