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.
1 parent a91e0d8 commit f72fcd6Copy full SHA for f72fcd6
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