mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 11:56:34 +00:00
Fix develop build
This commit is contained in:
parent
a8d0a2293f
commit
fdbe89e87e
@ -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()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user