Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Is this supposed to repack when I reload my page? #68

Closed
QuantumKing opened this issue Nov 23, 2016 · 2 comments
Closed

Is this supposed to repack when I reload my page? #68

QuantumKing opened this issue Nov 23, 2016 · 2 comments

Comments

@QuantumKing
Copy link

Because it isn't detecting any of my changes. I followed your example with the slight modification of

./node_modules/.bin/webpack-dev-server --config ./config/webpack.config.js --host '0.0.0.0'

because I'm running things through docker compose.

@QuantumKing
Copy link
Author

Seems like there's problems with listening for file change events from within a docker container

webpack/webpack-dev-server#143

I ended up just adding

watchOptions: {
  poll: true
}

@QuantumKing
Copy link
Author

I'll close this as it's unrelated to the project.

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

No branches or pull requests

1 participant