mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-20 16:25:55 +00:00
fix(nuxt3): add missing build:before
hook (#1139)
This commit is contained in:
parent
39ed77e229
commit
f4011d0b02
@ -23,6 +23,7 @@ export async function build (nuxt: Nuxt) {
|
||||
nuxt.hook('builder:generateApp', () => generateApp(nuxt, app))
|
||||
}
|
||||
|
||||
await nuxt.callHook('build:before', { nuxt })
|
||||
await bundle(nuxt)
|
||||
await nuxt.callHook('build:done', { nuxt })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user