Skip to content

Commit 05ba5f0

Browse files
committed
add to package.json to improve tree-shaking in webpack
1 parent 26e9a77 commit 05ba5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"dist/esm/**/*",
2222
"dist/cjs/**/*"
2323
],
24+
"sideEffects": false,
2425
"type": "module",
2526
"exports": {
2627
"node": {

0 commit comments

Comments
 (0)