Is migration to jsbundling-rails / shakapacker necessary after upgrading to Rails 7? #97
kell-maresh
started this conversation in
General
Replies: 1 comment
-
If everything is still working, sure, go ahead and keep using Webpacker V5. The downsides are that you won't get any new features since Webpacker is locked to a specific version of Webpack, and that if you stumble into a bug, it's not going to be fixed. If I'm not mistaken, Shakapacker is a fork of Webpacker V6 and should be a much simpler migration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having upgraded to rails version 7 for an existing project that's using
webpacker
. Is it necessary to migrate tojsbundling-rails
/shakapacker
?Or can we continue to use
webpacker
(Version 5) until we find the bandwidth to make the jump to import maps / jsbundling (within a year perhaps)?Would it be better to continue using rails version 6 with
webpacker
(Version 5) until we're ready to upgrade to rails 7 with import maps / jsbundling?Beta Was this translation helpful? Give feedback.
All reactions