only put isDev when specifically set

This commit is contained in:
Jonathan Rainville 2018-06-27 14:29:31 -04:00 committed by Iuri Matias
parent bad3a9e736
commit c07a2348bf

View File

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