Skip to content

Commit

Permalink
More aggresive tree-shaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Apr 24, 2023
1 parent 7c0465c commit 076edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function getConfig(opts) {
sourcemap: true
},
context: "__$G",
treeshake: false,
treeshake: true,
plugins: [ nodeResolve({
exportConditions,
mainFields,
Expand Down

0 comments on commit 076edad

Please sign in to comment.