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 707d839 commit 49ecaadCopy full SHA for 49ecaad
packages/vite/src/node/plugins/index.ts
@@ -51,7 +51,7 @@ export async function resolvePlugins(
51
normalPlugins: Plugin[],
52
postPlugins: Plugin[],
53
): Promise<Plugin[]> {
54
- const isBuild = config.command === 'build'
+ const isBuild = true
55
const isWorker = config.isWorker
56
const buildPlugins = isBuild
57
? await (await import('../build')).resolveBuildPlugins(config)
0 commit comments