mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
generate -> generator
This commit is contained in:
parent
ab5b64ea67
commit
85e7f25326
@ -35,7 +35,7 @@ export default class Generator extends Tapable {
|
||||
await this.builder.build()
|
||||
}
|
||||
|
||||
await this.nuxt.applyPluginsAsync('generate', this)
|
||||
await this.nuxt.applyPluginsAsync('generator', this)
|
||||
|
||||
// Initialize dist directory
|
||||
if (init) {
|
||||
|
Loading…
Reference in New Issue
Block a user