diff options
| -rw-r--r-- | rollup.config.js | 4 |
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 | } |