mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 15:42:09 +00:00
fix(vite): set #build/plugins
alias to empty string (#1489)
This commit is contained in:
parent
8ae1f47393
commit
096f0679f7
@ -39,7 +39,7 @@ export async function bundle (nuxt: Nuxt) {
|
|||||||
'#app': nuxt.options.appDir,
|
'#app': nuxt.options.appDir,
|
||||||
// We need this resolution to be present before the following entry, but it
|
// We need this resolution to be present before the following entry, but it
|
||||||
// will be filled in client/server configs
|
// will be filled in client/server configs
|
||||||
'#build/plugins': undefined,
|
'#build/plugins': '',
|
||||||
'#build': nuxt.options.buildDir,
|
'#build': nuxt.options.buildDir,
|
||||||
'/build': nuxt.options.buildDir,
|
'/build': nuxt.options.buildDir,
|
||||||
'/app': nuxt.options.appDir,
|
'/app': nuxt.options.appDir,
|
||||||
|
Loading…
Reference in New Issue
Block a user