-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Create upgrade-v4.md #1755
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create upgrade-v4.md #1755
Conversation
With pre3 it'd also likely be helpful to note the changes to .postcssrc.yml
|
@danielpowell4 I added:
|
@gauravtiwari does this matter it's not passing CI if it's only a MD file? |
@gauravtiwari what do you need to get this merged? |
Just upgraded this week, so I'd like to add to this guide a few more things) I wish I had upgrade notes before I started to doing the upgrade, this guide could be very helpful. Maybe, I configuration a bit specific, but these are the two main breaking changes we had. babelMost plugins have new names (that was the most painful part of the upgrade – figure out which plugins to rename and what are the new names). Our changelog:
chunksCommonsChunks plugin is deprecated (here is a helpful gist https://gist.github.com/sokra/1522d586b8e5c0f5072d7565c2bee693). We had:
Now we have:
|
Shouldn't this be merged before 4.0.0 is out? |
@agis As far as I can tell, the write up provided by @justin808 is no longer 💯. #1822 migrates babelrc and postcssrc to js so the listed copy and replace strategy doesn't get you to a fresh feeling use case @gauravtiwari have you thought about a how-to-upgrade post when 4 is all the way ready? Seems like it is getting close! If so, what is the timeline? Aiming to release with Rails 6 or as-ready? |
Any news on when v4.0.0 will be released @gauravtiwari |
If someone can put together a guide with whatever's currently missing from this one, I have a Rails app I can use to verify that the upgrade works. Also, shouldn't the upgrade guide include a link to the webpack changelog for 4.0? |
@justin808 Sorry for the late response. Please update the pr and I will merge 👍 |
@gauravtiwari I've made #1905 with some more current upgrade notes. Thank you for the base I worked from @justin808! I hope this is okay with you 🙇 |
No description provided.