We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62db994 commit 1d46013Copy full SHA for 1d46013
1 file changed
packages/agent-toolkit/vite.config.js
@@ -81,6 +81,21 @@ export default defineConfig({
81
inlineDynamicImports: true,
82
},
83
84
+ rolldownOptions: {
85
+ external: [
86
+ "ai",
87
+ "@ai-sdk/openai",
88
+ "@ai-sdk/anthropic",
89
+ "@ai-sdk/groq",
90
+ "@ai-sdk/google",
91
+ "@ai-sdk/google-vertex",
92
+ "@ai-sdk/xai",
93
+ "@ai-sdk/amazon-bedrock",
94
+ "@openrouter/ai-sdk-provider",
95
+ "drizzle-orm",
96
+ "zod",
97
+ ],
98
+ },
99
minify: "terser",
100
terserOptions: {
101
compress: {
0 commit comments