-
Notifications
You must be signed in to change notification settings - Fork 85
hot module replacement dont work with absolute publicPath #25
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
most definitely. would appreciate the PR. thanks! |
This PR from @phyllisstein may do the trick: it just came in. I'll be reviewing these Issues fully on Monday. |
i checked #24 |
If I understand the issue correctly, I think this commit to #24 should resolve it: c86dfac. The |
yes looks like it would fix my issue |
@phyllisstein PR fixing this and related issues has been merged. |
when hot updating the plugin takes the current
protocol + host + port + publicPath + outputFilename
so the check in
https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/blob/master/hotModuleReplacement.js#L13
oldChunk === newChunk
is always false:when i comment out the
origin
it worksthere could be a check for if the
publicPath
is an absolute one and just add theorigin
if its notshould i send i pr for this?
The text was updated successfully, but these errors were encountered: