diff --git a/rollup.config.js b/rollup.config.js index 74b4982..d4a89a8 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -16,6 +16,10 @@ export default { commonjs(), terser({ toplevel: true, + compress: { + pure_getters: true, + pure_funcs: ['path.join'], + }, }), ], };