remove unnecessary initialized

This commit is contained in:
Pooya Parsa 2017-06-14 21:58:20 +04:30
parent de51b8a6da
commit 8691e21efb
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ export default class Builder extends Tapable {
this.options = nuxt.options
this._buildStatus = STATUS.INITIAL
this.initialized = false
// Fields that set on build
this.compiler = null