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 2d19936 commit 647873dCopy full SHA for 647873d
1 file changed
src/build/vite/build.ts
@@ -10,7 +10,7 @@ export async function viteBuild(nitro: Nitro) {
10
const { createBuilder } = await import("vite");
11
const builder = await createBuilder({
12
base: nitro.options.rootDir,
13
- plugins: [nitroPlugin({ _nitro: nitro })],
+ plugins: [await nitroPlugin({ _nitro: nitro })],
14
});
15
await builder.buildApp();
16
}
0 commit comments