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 Mon, Aug 19, 2024
Sébastien Chopin
Nazaré da Piedade
Nobu
川音리오
Maciek Palmowski
Nestor Vera
Daniel Roe
Yue Yang
Jeronimas
Clément Ollivier
Alexander Lichter
N3-rd
Adrien Zaganelli
Mag
Stefan Huber
Olga Bulat
Paiva
Florian Reuschel
Savas Vedova
HIJACK
Vinícius Alves
Kareem Dabbeet
Valentín Costa
Ryan Skinner
Alex Hirzel
Ajeet Chaulagain
René Eschke
Nico Devs
Muhammad
Naoki Hamada
Tom
Yann Aufray
Anthony Chu
Nuzhat Minhaz
Lucas Portet
Richard Schloss
Bobby
bpy
Antony Konstantinidis
Hibariya
Jose Seabra
Eze
Florian Lefebvre
Lucas Recoaro
Julien SEIXAS