Add option to disable webpack dev server livereload
Add option to disable webpack dev server livereload
- Livereload defaults to true
- Disable livereload:
echo false > webpack_livereload
After setting the webpack_livereload
file -> gdk reconfigure
to regenerate the Procfile
->Restart the app gdk run
See https://gitlab.com/gitlab-org/gitlab-ce/issues/28204
MR on CE to pickup the DEV_SERVER_LIVERELOAD
environment variable: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9287