DEV Community

Discussion on: Building a basic website with Parcel

Collapse
 
yoursunny profile image
Junxiao Shi

My main complaint about Parcel is the "regenerate runtime" error that pops up in the browser. Parcel doesn't use a configuration file, but this really means that configuration is scattered around in babelrc and browserslist.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

But you did realize the solution? Either really install and import regenerator-runtime; or set browserslist higher.

Collapse
 
yoursunny profile image
Junxiao Shi

Yes, I changed browserslist - but it's mentioned nowhere in Parcel documentation.

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

It's a known bug (in GitHub issues), and very common too; but Parcel team seems to be too busy to fix it.