We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a91e0d8 + f72fcd6 commit 20c98b1Copy full SHA for 20c98b1
lib/react/server_rendering/webpacker_manifest_container.rb
@@ -77,7 +77,7 @@ def config
77
def file_path path
78
manifest.lookup_path(path)
79
end
80
- elsif MAJOR == 3
+ elsif MAJOR >= 3
81
82
::Rails.root.join('public', manifest.lookup(path)[1..-1])
83
0 commit comments