fix: add web export in addition to browser bundle

This commit is contained in:
Asia
2023-04-18 11:20:57 +02:00
parent effb71e839
commit 6ad182f91d

View File

@@ -8,6 +8,7 @@
"./lib/cjs/index.js": "./bundles/web.bundle.min.js"
},
"exports": {
"./web": "./bundles/web.bundle.min.js",
"./mjs": "./lib/mjs/index.js",
".": "./lib/cjs/index.js"
},