-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(package.json): Updating html-webpack-plugin, fixing compilation.m… #855
Conversation
…ainTemplate.applyPluginsWaterfall error realated to incompatible version between webpack 4 and html-webpack-plugin jantimon/html-webpack-plugin#841
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I've tested your PR and it seems to work great.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
It's a breaking change though, so we'll have to wait until the next major release.
@sapegin Well it's a breaking change, but currently webpack 4 and react-styleguidist are incompatible, i would consider having a /next branch - anyway its for your consideration. |
You can use this PR’s branch. |
Why would we wait till next major release if this one is already a major one? Let's not get attached to version numbers, please. They are for machines. |
We're going to get rid of the HTML plugin entirely — #896. But thanks for help anyway! |
fix(package.json): Updating html-webpack-plugin, fixing compilation.mainTemplate.applyPluginsWaterfall error, related to incompatible version between webpack 4 and html-webpack-plugin.
See issue here