Skip to content

Commit

Permalink
You added es bundle, but forget about sideEffects:false (#1661)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Byron <lee.byron@robinhood.com>
  • Loading branch information
a-x- and leebyron committed Jul 16, 2021
1 parent 5088816 commit d2f9729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"main": "dist/immutable.js",
"module": "dist/immutable.es.js",
"sideEffects": false,
"typings": "dist/immutable-nonambient.d.ts",
"typescript": {
"definition": "dist/immutable.d.ts"
Expand All @@ -32,6 +33,7 @@
"bugs",
"main",
"module",
"sideEffects",
"typings",
"typescript",
"files",
Expand Down

0 comments on commit d2f9729

Please sign in to comment.