-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
@rails/webpacker version #1500
Comments
Have you looked at https://github.com/rails/webpacker#upgrading? In particular "yarn upgrade ..."
Have you looked at #1208 |
I think running |
After commenting out this: webpacker/lib/install/template.rb Lines 50 to 51 in 9c46128
I was able to get the 4.0.x version of webpacker installed with these:
If my understanding is correct, using the specific version in the install task should fix the issue. |
would upgrading the Webpacker v4 also bring in webpack v4? |
@Lasvad Yes :) |
Made a pre-release (with babel 7 support):
|
I use gem 'webpacker', '>= 4.0.x'. But in my package.json the @rails/webpacker is ^3.5.3.
In the package.json. I think
should in devDependencies, dependencies
The text was updated successfully, but these errors were encountered: