diff --git a/cmd/cmd.js b/cmd/cmd.js index 561bca56..d7d2876d 100644 --- a/cmd/cmd.js +++ b/cmd/cmd.js @@ -316,6 +316,10 @@ class Cmd { .command('eject-webpack') .description(__('copy the default webpack config into your dapp for customization')) .action(function() { + embark.initConfig('development', { + embarkConfig: 'embark.json', + interceptLogs: false + }); embark.ejectWebpack(); }); }