mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
fix(generator): rename export hook to distRemoved
This commit is contained in:
parent
7f1429ebb3
commit
99432d5d94
@ -239,7 +239,7 @@ export default class Generator {
|
||||
|
||||
consola.info(`Generating output directory: ${path.basename(this.distPath)}/`)
|
||||
await this.nuxt.callHook('generate:distRemoved', this)
|
||||
await this.nuxt.callHook('export:distCopied', this)
|
||||
await this.nuxt.callHook('export:distRemoved', this)
|
||||
|
||||
// Copy static and built files
|
||||
if (await fsExtra.exists(this.staticRoutes)) {
|
||||
|
Loading…
Reference in New Issue
Block a user