-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
html-webpack-plugin is outdated #6109
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
Hi, thanks for reaching out! I've recently updated to But for now, as the plugin ecosystem hasn't fully caught up with webpack 5, I would like the next version of Vue CLI to also support opting out to webpack 4 compilation. So I'm wondering if |
hey @sodatea wow cool that sounds great :) Unfortunately webpack 5 is very different from webpack 4 and therefore it is very hard to maintain webpack 4 & 5 with the same html-webpack-plugin - the support plan is the following:
Please note that html-webpack-plugin 5 is still wip - the current progress can be seen here: |
Besides dropping webpack 4 support, will there be any user-facing breaking changes in configuration options? If no, I think I can still find a way to support both versions 🤔 |
that should be possible there are only 3 breaking changes for html-webpack-plugin 5:
|
@sodatea html-webpack-plugin 5.x was officially released this week (it is the same code which was released as beta 1 month ago) did you had any success upgrading vue-cli to a current html-webpack-plugin? |
wow so cool thanks a lot @sodatea |
@sodatea do you think you could release another alpha with this dependency updated? It stopped working this morning because of this dependency. |
Yeah tomorrow. |
Oh cool, thank you. Enjoy your free time 😊 |
麻烦尽快更新吧,现在项目跑不起来了
|
Fixed in alpha.4 |
Version
4.5.9
The current used version of the html-webpack-plugin can be seen here: https://unpkg.com/@vue/cli-service/package.json
What is expected?
@vue/cli-service
is usinghtml-webpack-plugin
3.2.0 which is slower thanhtml-webpack-plugin
4.5.0 and quite outdated (3 years since the release)See all information about the html-webpack-plugin 4.x release here: https://dev.to/jantimon/html-webpack-plugin-4-has-been-released-125d
Furthermore for webpack 5.x there will be a
html-webpack-plugin
5.x which is in alpha right nowI am the author of the html-webpack-plugin - please let me know if I can be of any help to migrate to a supported version
The text was updated successfully, but these errors were encountered: