Upgrade to Yarn Berry

This commit is contained in:
Sebastian Serth
2023-10-31 11:14:58 +01:00
parent 8097d20be6
commit 3176832258
7 changed files with 7263 additions and 4705 deletions

View File

@ -2,6 +2,9 @@
ENV["RAILS_ENV"] ||= "development"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
# Enable the `package_json` gem to allow the use scripts defined in `package.json`.
# See https://github.com/shakacode/shakapacker/issues/371
ENV["SHAKAPACKER_USE_PACKAGE_JSON_GEM"] ||= "true"
require "bundler/setup"
require "shakapacker"

View File

@ -2,6 +2,9 @@
ENV["RAILS_ENV"] ||= "development"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
# Enable the `package_json` gem to allow the use scripts defined in `package.json`.
# See https://github.com/shakacode/shakapacker/issues/371
ENV["SHAKAPACKER_USE_PACKAGE_JSON_GEM"] ||= "true"
require "bundler/setup"
require "shakapacker"