You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed the chunk manifest isn't updated when serving through webpack-dev-server. During development this would be sweet. I'm using [email protected] and [email protected].
I noticed this as I was looking into extending chunk-manifest-webpack-plugin to output a JS file, but the contents kept being on watch.
The text was updated successfully, but these errors were encountered:
I have the same issue on [email protected] with watch: true, so I remove this plugin from dev plugins, after that, the manifest is not changed if I modify one jsx file, after I remove webpack-chunk-hash, it works, you'd better see this: alexindigo/webpack-chunk-hash#7
I've noticed the chunk manifest isn't updated when serving through webpack-dev-server. During development this would be sweet. I'm using
[email protected]
and[email protected]
.I noticed this as I was looking into extending
chunk-manifest-webpack-plugin
to output a JS file, but the contents kept being on watch.The text was updated successfully, but these errors were encountered: