-
-
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
Child compilation must use a separate cache object #179
Conversation
Sharing the cache cause bad issues with wrong module ids.
I saw this in extract-text-plugin however there was no comment (like in this merge request) which explains what this code does and why |
Child compilation must use a separate cache object
Thanks a lot @sokra this fixed different issues including incomplete cache modules causing "HtmlWebpackPlugin Error: No source available" |
How is it possible to view which version of the html-webpack-plugin this fix was committed to (in order to set the correct version in my package.json) ? |
Update html-webpack-plugin did not help me. I use Laravel-mix, for hot replacement https://github.com/JeffreyWay/laravel-mix/blob/master/docs/hot-module-replacement.md |
Page does not reload when I make a change to a template or a partial (handlebars), using custom templates in html-webpack-plugin. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
fix for webpack/webpack#1890
yes, I know, this should be done automatically by webpack when creating a child compilation...
I'll add it in the next major version...