Fix develop build
This commit is contained in:
@@ -57,7 +57,7 @@ const handler = (done) => (err, stats) => {
|
|||||||
|
|
||||||
gulp.task("webpack-watch-app", () => {
|
gulp.task("webpack-watch-app", () => {
|
||||||
// we are not calling done, so this command will run forever
|
// we are not calling done, so this command will run forever
|
||||||
webpack([bothBuilds(createAppConfig, { isProdBuild: false })]).watch(
|
webpack(bothBuilds(createAppConfig, { isProdBuild: false })).watch(
|
||||||
{},
|
{},
|
||||||
handler()
|
handler()
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user