Skip to content
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

Chunk manifest not updated when using webpack-dev-server #26

Open
jouni-kantola opened this issue Jan 19, 2017 · 2 comments
Open

Chunk manifest not updated when using webpack-dev-server #26

jouni-kantola opened this issue Jan 19, 2017 · 2 comments

Comments

@jouni-kantola
Copy link

I've noticed the chunk manifest isn't updated when serving through webpack-dev-server. During development this would be sweet. I'm using webpack@2.2.0 and webpack-dev-server@2.2.0.

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.

@disruptek
Copy link

This plugin does not work with Webpack's watch: true mode at all, either inside or outside the webpack-dev-server. This is a big bummer.

@dawncold
Copy link

I have the same issue on webpack@3.2.0 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants