Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(webpack): do not resolve #internal/nitro alias internally (#5987)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 20, 2022
1 parent 72c3af7 commit bdbeb88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/plugins/dynamic-base.ts
Expand Up @@ -54,7 +54,6 @@ export const DynamicBasePlugin = createUnplugin(function (options: DynamicBasePl
if (id.startsWith('/__NUXT_BASE__')) {
return id.replace('/__NUXT_BASE__', '')
}
if (id === '#internal/nitro') { return '#internal/nitro' }
return null
},
enforce: 'post',
Expand Down

0 comments on commit bdbeb88

Please sign in to comment.