diff --git a/.changeset/olive-eyes-hang.md b/.changeset/olive-eyes-hang.md new file mode 100644 index 0000000000..49f6cd6a5f --- /dev/null +++ b/.changeset/olive-eyes-hang.md @@ -0,0 +1,5 @@ +--- +"llamaindex": patch +--- + +Remove ESM export for now (causing issues with edge functions) diff --git a/packages/core/package.json b/packages/core/package.json index eb0ca421b9..fc0b39b9ab 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": {