DEV Community

Discussion on: Modern WebApps - Infrastructure: Vue, Parcel & Workbox

Collapse
 
sarmis profile image
Thomas Sarmis • Edited

Oups. I will push a fix tomorrow, but you can fix it locally by removing the start command from the dev script in package.json

Correct is

"scripts": {
    "dev": "parcel src/web/index.html --no-hmr --out-dir ./dist/web"
},
Collapse
 
johnson_cor profile image
Corey Johnson

Thanks!

Thread Thread
 
sarmis profile image
Thomas Sarmis

I upload the fix and editited my previous reply... thank you for your patience