diff --git a/gulpfile.js b/gulpfile.js index 552dbf70c1..03826e8b6e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -67,7 +67,7 @@ function serve() { } }); - watch(options.apploader.query, apploader(true)); + watch(options.apploader.query, apploader()); watch('src/bundle.js', webpack);