Skip to content

Commit

Permalink
Indicate package.json 'module' entry has no side effects for WebPack (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Aug 6, 2019
1 parent 493138d commit b9ff14b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -24,5 +24,6 @@
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts"
"typings": "tslib.d.ts",
"sideEffects": false
}

0 comments on commit b9ff14b

Please sign in to comment.