Skip to content
Snippets Groups Projects
Unverified Commit 7d50196d authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

fix: output edge-light (#469)

parent f90f7fee
Branches
Tags
No related merge requests found
---
"llamaindex": patch
---
fix: output target causes not implemented error
......@@ -54,13 +54,13 @@
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"edge-light": "./dist/index.mjs",
"edge-light": "./dist/index.edge-light.mjs",
"require": "./dist/index.js"
},
"./env": {
"types": "./dist/env.d.mts",
"import": "./dist/env.mjs",
"edge-light": "./dist/env.mjs",
"edge-light": "./dist/env.edge-light.mjs",
"require": "./dist/env.js"
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment