Fix develop build

This commit is contained in:
Paulus Schoutsen 2019-10-21 16:49:57 -07:00
parent a8d0a2293f
commit fdbe89e87e

View File

@ -57,7 +57,7 @@ const handler = (done) => (err, stats) => {
gulp.task("webpack-watch-app", () => {
// we are not calling done, so this command will run forever
webpack([bothBuilds(createAppConfig, { isProdBuild: false })]).watch(
webpack(bothBuilds(createAppConfig, { isProdBuild: false })).watch(
{},
handler()
);