From 8691e21efb27a141828b8de84c09a1fced506772 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 14 Jun 2017 21:58:20 +0430 Subject: [PATCH] remove unnecessary initialized --- lib/builder.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/builder.js b/lib/builder.js index 0db6874ab7..e22b455f3e 100644 --- a/lib/builder.js +++ b/lib/builder.js @@ -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