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
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
fix: output target causes not implemented error
...@@ -54,13 +54,13 @@ ...@@ -54,13 +54,13 @@
".": { ".": {
"types": "./dist/index.d.mts", "types": "./dist/index.d.mts",
"import": "./dist/index.mjs", "import": "./dist/index.mjs",
"edge-light": "./dist/index.mjs", "edge-light": "./dist/index.edge-light.mjs",
"require": "./dist/index.js" "require": "./dist/index.js"
}, },
"./env": { "./env": {
"types": "./dist/env.d.mts", "types": "./dist/env.d.mts",
"import": "./dist/env.mjs", "import": "./dist/env.mjs",
"edge-light": "./dist/env.mjs", "edge-light": "./dist/env.edge-light.mjs",
"require": "./dist/env.js" "require": "./dist/env.js"
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment