scratch-www/dev-server
Colby Gutierrez-Kraybill 2dd9d5a27e watchOptions required for use in docker environment
This will work in both docker and outside of docker, and tunes the load on a docker container running webpack to not overly burden a local host’s cpu watching for changes. By default, webpack-dev-middleware is supposed to be watching, but in practice this seems to not be the case in docker containers, as fsevents are not passed through the NFS mount into a container and it requires explicit polling to enable watching for changes.
2018-07-18 11:37:58 -04:00
..
handler.js
index.js watchOptions required for use in docker environment 2018-07-18 11:37:58 -04:00
log.js