Thanks to visit codestin.com Credit goes to github.com
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 1f69d1e commit dd52239Copy full SHA for dd52239
packages/nitro-server/src/index.ts
@@ -492,7 +492,7 @@ export async function bundle (nuxt: Nuxt & { _nitro?: Nitro }) {
492
ImpoundPlugin.rollup({
493
cwd: nuxt.options.rootDir,
494
patterns: createImportProtectionPatterns(nuxt, { context: 'nitro-app' }),
495
- 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],
496
}),
497
)
498
0 commit comments