Skip to content

Commit 44ea889

Browse files
federicocarboni12wrigja
authored andcommitted
fix: set sideEffects to false (#286)
Allows bundlers to tree-shake out the temporal polyfill when imported but not used.
1 parent 8fd0dea commit 44ea889

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
@@ -22,6 +22,7 @@
2222
"./dist/index.cjs"
2323
]
2424
},
25+
"sideEffects": false,
2526
"types": "./index.d.ts",
2627
"scripts": {
2728
"test": "npm run build && node --no-warnings --experimental-modules --experimental-specifier-resolution=node --icu-data-dir node_modules/full-icu --loader ./test/resolve.source.mjs ./test/all.mjs",

0 commit comments

Comments
 (0)