fix: fix browser module resolution for parcel (#15426)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user