Skip to content

Commit

Permalink
Merge pull request #129 from microsoft/weswigham-patch-1
Browse files Browse the repository at this point in the history
Add `module` condition, so webpack loads es6 module version
  • Loading branch information
Orta Therox authored Oct 9, 2020
2 parents 4d0058c + ee82cf4 commit b9ec816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"sideEffects": false,
"exports": {
".": {
"module": "./tslib.es6.js",
"import": "./modules/index.js",
"default": "./tslib.js"
},
Expand Down

0 comments on commit b9ec816

Please sign in to comment.