-
Notifications
You must be signed in to change notification settings - Fork 756
Does react-rails support the latest version of Shakapacker/Webpacker? #1157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@aschneit can you give it a try? I see no reason that it wouldn't. |
Unfortunately, if you replace begin
MAJOR, MINOR, PATCH, _ = Bundler.locked_gems.specs.find { |gem_spec| gem_spec.name == 'webpacker' }.version.segments
rescue
MAJOR, MINOR, PATCH, _ = [0,0,0]
end So you would be unable to use server side rendering with shakapacker. This I'm not sure the best way forward to handle that. Perhaps check for shakapacker within the EDIT: Doi, or just evaluate |
On Master it should now, next release gem will when that happens. Will leave issue open until then. |
@BookOfGreg I'd like to get a release shipped ASAP. What's the process so that I can ship? |
Does react-rails support the latest version of Shakapacker/Webpacker (v6)? Thanks.
The text was updated successfully, but these errors were encountered: