The Builder class
- Source: builder/builder.js
Hooks
We can register hooks on certain life cycle events.
// Add hook for build
this.nuxt.hook('build:done', (builder) => {
...
})
| Hook | Arguments | When |
|---|---|---|
build:before |
(nuxt, buildOptions) | Before Nuxt build started |
builder:prepared |
(nuxt, buildOptions) | The build directories have been created |
builder:extendPlugins |
(plugins) | Generating plugins |
build:templates |
({ templatesFiles, templateVars, resolve }) | Generating .nuxt template files |
build:extendRoutes |
(routes, resolve) | Generating routes |
webpack:config |
(webpackConfigs) | Before configuration of compilers |
build:compile |
({ name, compiler }) | Before webpack compile (compiler is a webpack Compiler instance), if universal mode, called twice with name 'client' and 'server' |
build:compiled |
({ name, compiler, stats }) | webpack build finished |
build:done |
(nuxt) | Nuxt build finished |
Edit this page on GitHub
Updated at Tue, Apr 5, 2022
Nazaré da Piedade
Mosaab Emam
Sylvain Marroufin
Iljs Путлер Капут
Daniel Roe
Heitor Ramon Ribeiro
Nero
Sébastien Chopin
Clément Ollivier
Yoon Han
Ikko Ashimine
FamCodings
Ayouli
F. Hinkelmann
felipesuri
Christophe Carvalho Vilas-Boas
Leoš Literák
Trizotti
Marcello Bachechi
Rodolphe
Thomas Underwood
Shek Evgeniy
Lukasz Formela
Hugo Torzuoli
Kareem Dabbeet
tramplay
verebelyicsaba
Adam
Nate Butler
Sandra Rodgers
Arpit Patidar
Matthew Kuehn
Steven DUBOIS
Travis Lindsey
syagawa
Maxime
かる
Al Power
Florent Delerue
quanghm
José Manuel Casani Guerra
Unai Mengual
kazuya kawaguchi
Michael Lynch
Tomachi
pooya parsa
Meir Roth