1
0
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:
Thomas Wilkerling
2025-03-09 17:13:29 +01:00
parent 1cbd1b33fe
commit c58edcc21c

View File

@@ -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": {