Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fix: fix browser module resolution for parcel (#15426)
Browse files Browse the repository at this point in the history
jstarry authored Feb 19, 2021
1 parent 3dc2037 commit 688bdd4
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
@@ -20,6 +20,7 @@
"access": "public"
},
"browser": {
"./lib/index.cjs.js": "./lib/index.browser.esm.js",
"./lib/index.esm.js": "./lib/index.browser.esm.js"
},
"main": "lib/index.cjs.js",

0 comments on commit 688bdd4

Please sign in to comment.