vuewp icon indicating copy to clipboard operation
vuewp copied to clipboard

Browsersync starts before webpack is finished

Open leoauri opened this issue 6 years ago • 1 comments

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.

leoauri avatar Aug 22 '18 09:08 leoauri

I'm about to submit a PR to fix this

leoauri avatar Aug 22 '18 09:08 leoauri