rails / webpacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
5.31k stars 1.47k forks source link

Update README.md #3266

Closed justin808 closed 2 years ago

dhh commented 2 years ago

I've incorporated some of these changes into https://github.com/rails/webpacker/commit/14dcce2c23a207062e0fc4ebed6042381dabd66a. But please ping me before merging any revisions going forward.

justin808 commented 2 years ago

Hi @dhh, sure thing. With Shakapacker v6 out, we're ready to roll. In fact, we've got a PR for replacing Babel with 10x faster SWC: https://github.com/shakacode/shakapacker/pull/29.

And zero known issues!

I'm working on several projects where Webpacker is really needed and awesome!

justin808 commented 2 years ago

@dhh in the current text, you have three clear recommendations:

  1. jsbundling-rails
  2. import-maps
  3. old webpacker as-is

Could Shakapacker be included in the recommendations for those that need advanced webpack integration?

My concern is that the community may have concerns with moving to Shakapacker without it being listed in the "recommendations."

@guillaumebriday thoughts?

image