mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
chore(vite): allow extending with vite:extend
(temp until moving nuxt-vite)
This commit is contained in:
parent
586709a82d
commit
75b412bf0f
@ -35,6 +35,8 @@ export async function bundle (nuxt: Nuxt) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await nuxt.callHook('vite:extend', ctx)
|
||||||
|
|
||||||
await mkdirp(nuxt.options.buildDir)
|
await mkdirp(nuxt.options.buildDir)
|
||||||
await mkdirp(resolve(nuxt.options.buildDir, '.vite/temp'))
|
await mkdirp(resolve(nuxt.options.buildDir, '.vite/temp'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user