From 076edad81ef62474f48f2b4c8af0edc6e4fd64f2 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Mon, 24 Apr 2023 19:36:07 +0900 Subject: [PATCH] More aggresive tree-shaking. --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index a740837ab6..1b00070da4 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -19,7 +19,7 @@ function getConfig(opts) { sourcemap: true }, context: "__$G", - treeshake: false, + treeshake: true, plugins: [ nodeResolve({ exportConditions, mainFields,