Webpack-dev-server emits all chunks after every change
问题 I just implemented hot-reload'ing for our dev environment. My javascript is broken up into a lot of chunks. Every time I make a change to a file all of the chunks get re-submitted. I'm running webpack-dev-server. Here is an example: Hash: 83298e5f7612c91d96ee Version: webpack 1.13.1 Time: 2417ms chunk {0} static/js/music/bundle.js (bundle) 1.87 MB + 591 hidden modules chunk {1} static/js/music/1.js 609 kB {0} + 103 hidden modules chunk {2} static/js/music/2.js 179 kB {0} + 42 hidden modules