DEV Community

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

Collapse
 
learosema profile image
Lea Rosema (she/her) • Edited

I'm always struggling with setting up Webpack configuration, tend to avoid configurating it for myself and use something like create-react-app instead. This came with new problems, like questioning if I have to 'eject' for customization of the build scripts.

Thanks to Parcel, I am able to start from scratch without having to copy configuration files from other projects.