vuewp
vuewp copied to clipboard
Browsersync starts before webpack is finished
If your dist
directory hasn't been generated yet, and you npm run dev
, you get a page with an error like Cannot GET /
.
This is because the browsersync task doesn't depend on the webpack task, and it launches browsersync on an empty baseDir.
I'm about to submit a PR to fix this