rev webpack config w.r.t. webpack 4, babel 7

This commit is contained in:
Michael Bradley, Jr 2018-07-19 20:52:18 -05:00 committed by Iuri Matias
parent ac80dc6279
commit 7b35381999

View File

@ -159,6 +159,7 @@ class WebpackProcess extends ProcessWrapper {
webpackOptions.module.rules[3].options.extends = dappBabelrc;
}
}
}
webpack(webpackOptions).run((err, stats) => {
async.waterfall([