Skip to content

Commit

Permalink
Merge pull request #8 from marvinhagemeister/bundle-esbuild
Browse files Browse the repository at this point in the history
Fix unable to bundle with esbuild es5
  • Loading branch information
marvinhagemeister committed Apr 24, 2021
2 parents 87a6402 + 2b0ad70 commit dd834dc
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 @@
},
"exports": {
".": {
"browser": "./dist/module/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
},
Expand Down

0 comments on commit dd834dc

Please sign in to comment.