Changing from JS Bundling to ImportMap in Rails 7.2
I have a problem when changing from JS Bundling to ImportMap in Rails 7.2 . I deleted the gem jsbundling-rails
and add importmap-rails
in my Gemfile, then run rails importmap:install
I have a problem when changing from JS Bundling to ImportMap in Rails 7.2 . I deleted the gem jsbundling-rails
and add importmap-rails
in my Gemfile, then run rails importmap:install