With the same webpack.config.js
, webpack-dev-server
runs a compile once on boot, but my webpack-dev-middleware
setup compiles twice immediately upon startup.
I've added some logging in chokidar to make sure that a file change isn't happening and it doesn't appear to be. Any ideas on how to tell what is triggering the second compile?