diff --git a/packages/nuxt/src/core/nitro.ts b/packages/nuxt/src/core/nitro.ts index 77bfcbbb0c3..7e31719d478 100644 --- a/packages/nuxt/src/core/nitro.ts +++ b/packages/nuxt/src/core/nitro.ts @@ -88,6 +88,9 @@ export async function initNitro (nuxt: Nuxt) { }, replace: { 'process.env.NUXT_NO_SSR': nuxt.options.ssr === false ? true : undefined + }, + rollupConfig: { + plugins: [] } })