mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 17:37:14 +00:00
remove unnecessary initialized
This commit is contained in:
parent
de51b8a6da
commit
8691e21efb
@ -37,7 +37,6 @@ export default class Builder extends Tapable {
|
|||||||
this.options = nuxt.options
|
this.options = nuxt.options
|
||||||
|
|
||||||
this._buildStatus = STATUS.INITIAL
|
this._buildStatus = STATUS.INITIAL
|
||||||
this.initialized = false
|
|
||||||
|
|
||||||
// Fields that set on build
|
// Fields that set on build
|
||||||
this.compiler = null
|
this.compiler = null
|
||||||
|
Loading…
Reference in New Issue
Block a user