From c07a2348bf35513abe64c6b9bf43d08c061ce49d Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 27 Jun 2018 14:29:31 -0400 Subject: [PATCH] only put isDev when specifically set --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index f8b5c331..cd90dbc5 100644 --- a/lib/index.js +++ b/lib/index.js @@ -19,6 +19,7 @@ class Embark { this.config.loadConfigFiles(options); this.plugins = this.config.plugins; } + } module.exports = Embark;