Skip to content

Commit ee82cf4

Browse files
authoredOct 9, 2020
Use module over webpack to be a little bit more tool agnostic
1 parent 5b81244 commit ee82cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.