Skip to content

Commit

Permalink
feat(shared): support dist package for browser (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored Sep 7, 2023
1 parent 110d837 commit 55ae5d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@
"name": "IntlifyShared",
"formats": [
"mjs",
"browser",
"cjs"
]
},
"exports": {
".": {
"types": "./dist/shared.d.ts",
"import": "./dist/shared.mjs",
"browser": "./dist/shared.esm-browser.js",
"node": {
"import": {
"production": "./dist/shared.prod.cjs",
Expand Down

0 comments on commit 55ae5d2

Please sign in to comment.