DEV Community

Discussion on: I'm having some "not this again" feelings with Parcel, how should I be feeling about this tool?

Collapse
 
d0ruk profile image
Doruk Kutlu

Parcel is trying to establish the baseline 'modern frontend'

One now expects to just require() any assets the app uses - also, throw in all your configs in package.json

Parcel assumes that is now the standard way of doing things.

I dont see it as a replacement to webpack but rather as an exploration of the emerging standards.