Closed QuantumKing closed 7 years ago
Seems like there's problems with listening for file change events from within a docker container
https://github.com/webpack/webpack-dev-server/issues/143
I ended up just adding
watchOptions: {
poll: true
}
I'll close this as it's unrelated to the project.
Because it isn't detecting any of my changes. I followed your example with the slight modification of
because I'm running things through docker compose.