mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-03 10:53:41 +02:00
add cjs modules in package.json
This commit is contained in:
@@ -32,7 +32,9 @@
|
|||||||
".": "./dist/flexsearch.bundle.min.js",
|
".": "./dist/flexsearch.bundle.min.js",
|
||||||
"./lang/*": "./dist/lang/*.min.js",
|
"./lang/*": "./dist/lang/*.min.js",
|
||||||
"./lang/*.js": "./dist/lang/*.min.js",
|
"./lang/*.js": "./dist/lang/*.min.js",
|
||||||
"./db/*/*.js": "./dist/db/*/*.js"
|
"./db/*": "./dist/db/*/index.cjs",
|
||||||
|
"./db/*/index": "./dist/db/*/index.cjs",
|
||||||
|
"./db/*/index.js": "./dist/db/*/index.cjs"
|
||||||
},
|
},
|
||||||
"module": "dist/flexsearch.bundle.module.min.js",
|
"module": "dist/flexsearch.bundle.module.min.js",
|
||||||
"browser": {
|
"browser": {
|
||||||
|
Reference in New Issue
Block a user