DEV Community

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

Collapse
 
ben profile image
Ben Halpern

I'm sort of expecting that Rails will lean into Webpack and forget about the new hotness, even if it's kind of great, which is fine for my world.

Collapse
 
adrienpoly profile image
Adrien Poly

The good news is I don't think Rails will drop Webpack any soon, the goal is really to make it the default in Rails 6.
github.com/rails/rails/pull/33079

As for Parcel, I use it only when I need to test something really quick.

Thread Thread
 
jrop profile image
Jonathan Apodaca

And, even then, there's usually create-*-app

Thread Thread
 
adrienpoly profile image
Adrien Poly

exactly. I am just missing the create-vanilla-app... or I don't know it :)