-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Webpack v5 Support Plan #222
Comments
Just in case, v5 is out. |
Yes, we're aware. |
I am using 3.0.0-rc.0 with Webpack 5.1.3 and seems to be working correctly. The main issue I see at least with my setup is that I believe the following warnings are from this package:
|
Please note this is not a support thread for current RCs. Appreciate the note, but we'll be looking at v5 support wholesale, after considering and evaluating previous attempts from v5 betas. |
This comment has been minimized.
This comment has been minimized.
@shellscape I've been looking for a small project to get deeply involved with and we use this plugin at my day job so I'd love to assist anyway I can. Just let me know what I can do to help. Is the Gitter channel active still? |
@juliusdelta would love help, thank you for volunteering. I'm not sure about the Gitter channel for webpack, but when I did pop in there, there were still people posting questions. Where we can use immediate help is going through the older issues to see if they're still relevant. Once I get v3 out the door, we'll be more open to contributions as well Good news. I have the |
Hi guys, do you have any timeframe for when webpack v5 support might be released? |
Once I'm confident that v5 is stable. They've had 5 minor versions released already. I'm somewhat confident that there won't be any breaking changes, but the fixes they're releasing are changing the workaround and such that plugin authors are relying on, which is kind of breaking (but not breaking according to semver). My guess is early December. |
There are still several critical v5 bugs that are affecting plugins like html-webpack-plugin, but I'm open to starting to implement support officially. There is some infrastructure to apply for testing on both versions, and some fixes to backport from |
v3.0.0 (728e431) is published and supports Webpack v5 |
May I know when will you update |
That's not my project, so I can't speak to that. I suggest reaching out to the author. |
@tqma113 |
I found a posted issue which is the same one I'm running into that had a link to this thread but am not sure how to fix it still. I'm using webpack-manifest-plugin. When I run "npm run build" I get the error below. I've installed the latest of everything, i.e., webpack, webpack-cli, etc.
|
Hi Josh, you're right. I just checked again and I wasn't. I reran npm to update and now am getting the error below. My package.json has the updates now:
|
If it'll help, here's what I have in the webpack.config.js that's used in the plugins section.
|
@PRISMAY The import style changed for webpack-manifest-plugin v3:
(We're probably straying out of the "Webpack v5 Support Plan" and into "Support, Help, and Advice" at this point - the project docs suggest that https://gitter.im/webpack/webpack or https://stackoverflow.com/questions/tagged/webpack are better forums.) |
Thanks. I just noticed that over at webpack-manifest-plugin. I'm now moving forward. Different errors but I can post them at the support site. Thank you much. |
Hey folks! 👋
For those who don't already know, I've stepped in as maintainer of this fantastic plugin. I wanted to share my plan with you all about support for Webpack v5 and how we're going to go about it. To begin, I'm focusing on getting the plugin updated for Webpack v4. That includes fixes, features, documentation, and updates. While the webpack team has had v5 in beta and release-candidate for a long while, it's prudent to wait until v5 has been out for a while and we're ensured that it has stabilized. If webpack v4 taught us anything, adopting a new major version early may end up in playing whack-a-mole in plugins. To that end...
Maintenance
First things first, I'm working to get the plugin metadata and supporting code updated all-around. That includes:
Open Pull Requests
I'll be taking a look at the current state of all open pull requests. Focus is going to be on fixes, features, and updates for Webpack v4 initially. PRs for webpack v5 compatibility will be labeled for webpack v5 and locked. This will be temporary.
Open Issues
Pretty much the same approach as Pull Requests.
Documentation
The documentation needs ❤️ so it'll be getting some.
And Then
Once we've done all of the above for Webpack v4, we'll spin up a
next
branch with Webpack v5 fixes. Depending on the adoption rate for v5 we'll mergenext
intomaster
and support both v4 and v5, or release a new major for v5 support. We'll see how that goes.For now, you can follow along on the
life-support
branch to view updates on the Maintenance stage. Once that stage is complete, that'll be merged to master and the real fun begins.The text was updated successfully, but these errors were encountered: