Upgrading to webpacker v6.0.0.rc.6

Migration guide : https://github.com/shakacode/shakapacker/blob/main/docs/v6_upgrade.md#how-to-upgrade-to-webpacker-v600rc6-from-v5
Setp 1,2,3,4
This commit is contained in:
Gaetan Craig-Riou
2025-12-15 15:03:31 +11:00
parent 98a25c1c7f
commit fccde70690
12 changed files with 2124 additions and 5746 deletions

View File

@@ -2,7 +2,7 @@
ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
ENV["NODE_ENV"] ||= "development"
ENV["NODE_OPTIONS"] ||= "--openssl-legacy-provider"
##ENV["NODE_OPTIONS"] ||= "--openssl-legacy-provider"
require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",