forked from sheetjs/sheetjs
package.json exports (vite compatibility)
This commit is contained in:
parent
6c41339fc0
commit
71b14b63da
@ -25,6 +25,12 @@
|
||||
"unpkg": "dist/xlsx.full.min.js",
|
||||
"jsdelivr": "dist/xlsx.full.min.js",
|
||||
"types": "types/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./xlsx.mjs",
|
||||
"require": "./xlsx.js"
|
||||
}
|
||||
},
|
||||
"browser": {
|
||||
"buffer": false,
|
||||
"crypto": false,
|
||||
|
Loading…
Reference in New Issue
Block a user