Skip to content

Commit 613b5b9

Browse files
authored
add "sideEffects": false to package.json (#856)
1 parent 962331d commit 613b5b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"license": "MIT",
1414
"main": "lib/cjs/index.js",
1515
"module": "lib/esm/index.js",
16+
"sideEffects": false,
1617
"files": [
1718
"lib"
1819
],

0 commit comments

Comments
 (0)