fix: add web export in addition to browser bundle
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user