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.
optimizeDeps.esbuildOptions
1 parent ab57b3f commit 6133c97Copy full SHA for 6133c97
packages/vite/src/node/config.ts
@@ -1062,7 +1062,8 @@ function resolveDepOptimizationOptions(
1062
) {
1063
logger.warn(
1064
colors.yellow(
1065
- `You have set \`optimizeDeps.esbuildOptions\` but this options is now deprecated. ` +
+ `You or a plugin you are using have set \`optimizeDeps.esbuildOptions\` ` +
1066
+ `but this options is now deprecated. ` +
1067
`Vite now uses Rolldown to optimize the dependencies. ` +
1068
`Please use \`optimizeDeps.rollupOptions\` instead.`,
1069
),
0 commit comments