Skip to content
Snippets Groups Projects
Commit 02d9bb05 authored by Yi Ding's avatar Yi Ding
Browse files

the ESM export is causing issues with edge functions

Looks like there's another issue with axios. Will turn ESM bundles back
on once we fix it and the PDF issue
parent 5321fb31
No related branches found
Tags llamaindex@0.0.9
No related merge requests found
---
"llamaindex": patch
---
Remove ESM export for now (causing issues with edge functions)
......@@ -23,18 +23,6 @@
"engines": {
"node": ">=18.0.0"
},
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"scripts": {
......
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