From 91a7cc1a449f16e0e8a50872def70474802e17d2 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 f8b5c3313..cd90dbc53 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;