Colby Gutierrez-Kraybill
19e141fc0e
Fix linting issue with space after comma
2018-07-18 16:00:34 -04:00
Colby Gutierrez-Kraybill
a76e36054c
Move watchOptions into middlewareOptions
...
This creates middlewareOptions and a check on USE_DOCKER_WATCHOPTIONS as a pathway to have docker containers use polling for file system updates.
2018-07-18 11:49:52 -04:00
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
chrisgarrity
37437636ff
FIx lint errors
2018-03-30 10:51:22 -04:00
Ray Schamp
d0e83afcb9
Allow building only a single view
2018-03-30 10:49:58 -04:00
Ray Schamp
590f505a61
Revert "Merge pull request #1788 from LLK/revert-1775-hotfix/es6-upgrade"
...
This reverts commit 1b1b396e92
, reversing
changes made to a144bab0e6
.
2018-01-30 11:53:12 -05:00
Ray Schamp
46511e1253
Revert "[Develop] Upgrade to ES6"
2018-01-30 09:54:45 -05:00
Matthew Taylor
6d1f2fbccd
initial es6 commit
2018-01-19 14:06:26 -05:00
Ray Schamp
a0a30155af
Hide components route in production
2016-05-24 17:15:03 -04:00
Matthew Taylor
14bb35e330
missed one view
-> name
change
2016-04-22 09:07:12 -04:00
Ray Schamp
b4a7a2884f
Rename to dev-server after merge
2016-04-19 16:57:02 -04:00
Ray Schamp
27cd27c35f
WIP rename for merge
2016-04-19 16:50:44 -04:00
Ray Schamp
43788eb7d8
Split server and routes/config
...
Turn HtmlGeneratorPlugin into a module
Turn server into dev-server and simplify it
2016-04-18 14:07:11 -04:00