Skip to content

Commit a093d34

Browse files
authored
Add sideEffects: false to package json (#54)
This allows removing this library when DCE is performed.
1 parent 7aa99e8 commit a093d34

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
@@ -15,6 +15,7 @@
1515
"dist",
1616
"index.d.ts"
1717
],
18+
"sideEffects": false,
1819
"types": "index.d.ts",
1920
"scripts": {
2021
"prepublishOnly": "run-s build",

0 commit comments

Comments
 (0)