only put isDev when specifically set

This commit is contained in:
Jonathan Rainville 2018-06-27 14:29:31 -04:00 committed by Pascal Precht
parent cb80b984d0
commit 91a7cc1a44
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class Embark {
this.config.loadConfigFiles(options);
this.plugins = this.config.plugins;
}
}
module.exports = Embark;