6 ms·
Parcel doesn’t come for free. It does help, but it brings its own problems. If you stick an await in the code it breaks it because it transpiles it to a missin
by asiando 6y ago
Parcel doesn’t come for free. It does help, but it brings its own problems.
If you stick an await in the code it breaks it because it transpiles it to a missing library. You have to disable Babel or import a regenerator/polyfill or whatever they need nowadays… but first, you have to figure out what’s wrong.
- antihero 6y agoI didn't say Parcel comes for free - for clarification, the author said they use Parcel, and I am saying that this comes for free with Parcel.