Skip to content

Commit 076edad

Browse files
committedApr 24, 2023
More aggresive tree-shaking.
1 parent 7c0465c commit 076edad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function getConfig(opts) {
1919
sourcemap: true
2020
},
2121
context: "__$G",
22-
treeshake: false,
22+
treeshake: true,
2323
plugins: [ nodeResolve({
2424
exportConditions,
2525
mainFields,

0 commit comments

Comments
 (0)
Please sign in to comment.