From a826ca7839a5a1cc01763719d43c562cbef2831c Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 2 Oct 2024 23:59:13 +0800 Subject: chore: make functions from mapclay readable --- rollup.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = { }, node(), commonjs(), - production && terser(), + production && terser({ + keep_fnames: true, + }), production && bundleStats() ] } -- cgit v1.2.3-70-g09d2