Skip to content
Snippets Groups Projects
Unverified Commit d265e964 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

fix: ignore webpack resolve unpdf for nextjs (#1320)

parent d30bbf79
No related branches found
No related tags found
No related merge requests found
---
"llamaindex": patch
---
fix: ignore resolving unpdf for nextjs
......@@ -37,6 +37,7 @@ export default function withLlamaIndex(config: any) {
webpackConfig.resolve.alias = {
...webpackConfig.resolve.alias,
"@google-cloud/vertexai": false,
unpdf: false,
};
// Following lines will fix issues with onnxruntime-node when using pnpm
// See: https://github.com/vercel/next.js/issues/43433
......
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