-
-
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
extract-text-plugin isn't compatible with webpack 2 anymore #401
Comments
what about using extract-text-plugin |
Then we would have to drop all webpack 1 integration tests as extract-text-plugin 2 is not compatible with webpack 1 |
Hi Jan, |
Well we would also have to change all tests.. so installing is not a problem |
https://github.com/webpack/extract-text-webpack-plugin supports webpack@2 |
@LoicMahieu but not webpack1 |
There's a problem that's specific to running HMR in To quote Tobias:
If you want, I can open a separate issue to track this. |
Sure please - is there any developer documentation on stats.entrypoints? |
Not that I know of.
I expect some ugly check like I'll open a separate issue and get Tobias in the loop. |
Is there a known workaround to make html-webpack-plugin work with webpack 2? |
@luishdz1010 I am running webpack 2.2, am fairly new to webpack itself as well, and have |
To my understanding only HMR |
@luishdz1010 Are you having any particular issues with it? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
extract-text-plugin isn't compatible with webpack 2 anymore and therefore all examples are broken for webpack 2.
unfortunately the integration tests use those examples to verify that the webpack-html-plugin is compatible with webpack 2.
The text was updated successfully, but these errors were encountered: