Mercurial > zeropaste
diff Gemfile @ 489:361ab9e7ffad
Replace webpacker with esbuild and use plain js instead of coffee
author | nanaya <me@nanaya.net> |
---|---|
date | Tue, 17 Jan 2023 02:34:06 +0900 |
parents | 5246edd5b8ad |
children |
line wrap: on
line diff
--- a/Gemfile Tue Jan 17 01:53:36 2023 +0900 +++ b/Gemfile Tue Jan 17 02:34:06 2023 +0900 @@ -3,7 +3,8 @@ gem "rails", "~> 7.0.1" gem "sass-rails" gem "autoprefixer-rails" -gem "webpacker" +gem "sprockets-rails" +gem "jsbundling-rails" # Bundle edge Rails instead: # gem "rails", :git => "git://github.com/rails/rails.git"