Skip to content

Commit

Permalink
Use module over webpack to be a little bit more tool agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham authored Oct 9, 2020
1 parent 5b81244 commit ee82cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"sideEffects": false,
"exports": {
".": {
"webpack": "./tslib.es6.js",
"module": "./tslib.es6.js",
"import": "./modules/index.js",
"default": "./tslib.js"
},
Expand Down

0 comments on commit ee82cf4

Please sign in to comment.