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,