8000
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 4f067f6 commit d5588dbCopy full SHA for d5588db
packages/nuxt/src/core/nitro.ts
@@ -424,7 +424,7 @@ export async function initNitro (nuxt: Nuxt & { _nitro?: Nitro }) {
424
ImpoundPlugin.rollup({
425
cwd: nuxt.options.rootDir,
426
patterns: createImportProtectionPatterns(nuxt, { context: 'nitro-app' }),
427
- exclude: [/core[\\/]runtime[\\/]nitro[\\/](?:handlers|utils)/, ...sharedPatterns],
+ exclude: [/node_modules[\\/]nitro(?:pack)?(?:-nightly)?[\\/]|core[\\/]runtime[\\/]nitro[\\/](?:handlers|utils)/, ...sharedPatterns],
428
}),
429
)
430
0 commit comments