-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Roadmap for releasing 4.0.0 final #1148
Comments
The most important issue is this one: #1129 it handles the compatibility to webpack 5. If we manage to solve this issue we should release it as a stable version. |
@jantimon I would say #1129 can be tracked in html-webpack-plugin@5.alpha. and final version v4 can be released now. |
@jantimon I agree with @sibiraj-sr having the V4 in hold because of an issue with V5 seems odd to me. |
People will have a lot of work to migrate from 3 to 4 because of plugin incompatibility anyway - I don't want to introduce the next breaking version to soon after that. |
Its probably going to be a while before folks migrate to webpack 5 considering it still hasn't been released and they will need to wait for all the plugins they use to support webpack 5 as well. Meanwhile, folks have been migrating to webpack 4 across last year and most commonly used webpack plugins support webpack 4 at this point. Right now there isn't a stable version of html webpack plugin that has explicit support for webpack 4. Feels strange to block folks already on webpack 4 from being able to fully take advantage of webpack 4 features such as preload/prefetch split chunks without taking a beta version. |
Please can we release v4 as stable now? Version numbers are cheap, and it's likely to be longer than we think until webpack 5 is ready for use. Delaying the v4 release is confusing users since the repo readme is not in sync with what the users get with a default install (ref #1094). |
Bumping this. Would really like to see v4 released as stable. |
Likewise, it is November 2019 and still this is in beta. Please |
@jantimon Hi! Is there anything we can do to help with the release of v4 final? :-) |
Also agree, some guidance on which version of this library to use with each version of webpack would be helpful. We had pegged to For google, the error we got when building,
|
4.x is nearly 2 years old already, and webpack 5 has still not been released. Please don't wait for it. |
What's really annoying to me is that the stable version of the favicons-webpack-plugin depends on html-webpack-plugin 4.0, which isn't even released. |
is there a migration guide to v4 of this plugin? |
Finally :) thanks to all of you for your work! |
Hi!
I was wondering what steps were remaining before the release of v4.0.0 as a non-pre-release?
It seems that the various compatibility issues with webpack 4 have now been resolved, and that there may not be any more breaking changes in the plugin for the short term? If so, then perhaps it's safe to release v4.0.0, with any remaining polish fixes being released in subsequent point releases?
The text was updated successfully, but these errors were encountered: