DEV Community

Cover image for Howto migrate from Webpacker to jsbundling-rails in Ruby on Rails
Konstantin Filtschew
Konstantin Filtschew

Posted on

Howto migrate from Webpacker to jsbundling-rails in Ruby on Rails

A lot of Ruby on Rails applications created with Ruby on Rails version 5.x or 6.x or even upgraded from the previous versions are using webpacker as their primary asset pipeline. But now as webpacker has retired, it is time to move on. jsbundling-rails is or will be the most obvious step to go. Don’t try to move to importmap-rails directly, as you may encounter more problems you have to solve.

If you are using webpack(er) for CSS too as I did, I recommend moving your CSS pipeline to an alternative before moving your JavaScript setup to an alternative like jsbundling-rails or importmap-rails. Check this: Howto migrate from Webpacker to cssbundling-rails in Ruby on Rails for CSS.

Read the full tutorial on my site:

Howto migrate from Webpacker to jsbundling-rails in Ruby on Rails

Top comments (0)