Skip to content

Commit

Permalink
fix: add pre-bundled esm build to package exports (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefnapora authored Feb 3, 2022
1 parent 34f0f75 commit 05c5b96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"browser": "./src/token.js",
"require": "./dist/src/token.cjs",
"node": "./src/token.js"
},
"./dist/bundle.esm.min.js": {
"browser": "./dist/bundle.esm.min.js",
"require": "./dist/bundle.esm.min.js",
"node": "./dist/bundle.esm.min.js"
}
},
"browser": {
Expand Down

0 comments on commit 05c5b96

Please sign in to comment.