-
Notifications
You must be signed in to change notification settings - Fork 4
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 5 compatibility #33
Comments
Hello! Thanks for your issue, I'm happy to read this plugin could help you. This plugin is already updated for webpack 5 since last year but I forgot to update the readme file. You can find the merge request about upgrade here: #21 So you can use this plugin. But I don't maintain it anymore because I stopped using webpack for several years. |
Thank you for answering so fast @Epimodev ! I read the pull request but i still have some trouble on installation:
This is the package.json configuration:
Do you find something wrong? Can you help me? Thanks |
You're welcome! I never used this plugin with webpack 5 (the update was made by someone else who need webpack 5 compatibility). But it looks like this is just a mismatch between peer dependencies in this plugin and your version of html-webpack-plugin. But once again I think we missed to update this part during webpack 5 update. I think you can ignore this message it should works well. |
i tried changing your package.json locally updating all the dependencies and peer with latest versions. It seems working. I also edited the readme, if you want. I can make a pull request, Actually i think i need your permission to push the new branch, don't i? |
Great! You can create a pull request by creating a fork of this repository (this is how it works for all public repository) |
Hello,
i think this plugin is very useful but i need to update my webpack at version 5. I was wondering if you are thinking to update the plugin to make it works on webpack 5. I hope so.
Thanks
The text was updated successfully, but these errors were encountered: