Skip to content

Commit b9ec816

Browse files
author
Orta Therox
authoredOct 9, 2020
Merge pull request #129 from microsoft/weswigham-patch-1
Add `module` condition, so webpack loads es6 module version
2 parents 4d0058c + ee82cf4 commit b9ec816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"sideEffects": false,
2929
"exports": {
3030
".": {
31+
"module": "./tslib.es6.js",
3132
"import": "./modules/index.js",
3233
"default": "./tslib.js"
3334
},

0 commit comments

Comments
 (0)
Please sign in to comment.