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 6856a17 commit 272d9abCopy full SHA for 272d9ab
packages/nitro-server/src/index.ts
@@ -500,7 +500,7 @@ export async function bundle (nuxt: Nuxt & { _nitro?: Nitro }) {
500
ImpoundPlugin.rollup({
501
cwd: nuxt.options.rootDir,
502
patterns: createImportProtectionPatterns(nuxt, { context: 'nitro-app' }),
503
- exclude: [/node_modules[\\/]nitro(?:pack)?(?:-nightly)?[\\/]|(packages|@nuxt)[\\/]nitro-server[\\/](src|dist)[\\/]runtime[\\/]/, ...sharedPatterns],
+ exclude: [/node_modules[\\/]nitro(?:pack)?(?:-nightly)?[\\/]|(packages|@nuxt)[\\/]nitro-server(?:-nightly)?[\\/](src|dist)[\\/]runtime[\\/]/, ...sharedPatterns],
504
}),
505
)
506
0 commit comments