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 5492d2f commit c8ab916Copy full SHA for c8ab916
packages/vite/src/node/config.ts
@@ -878,6 +878,8 @@ export async function resolveConfig(
878
879
const isBuild = command === 'build'
880
881
+ config = mergeConfig({ resolve: { conditions: DEFAULT_CONDITIONS } }, config)
882
+
883
// run config hooks
884
const userPlugins = [...prePlugins, ...normalPlugins, ...postPlugins]
885
config = await runConfigHook(config, userPlugins, configEnv)
0 commit comments