Skip to content
Snippets Groups Projects
Commit ad5e9eea authored by Christy O'Reilly's avatar Christy O'Reilly Committed by Tom Robinson
Browse files

Document yarn hot reload polling fallback (#9782)

parent dc4bea57
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,8 @@ There is also an option to reload changes on save without hot reloading if you p
$ yarn build-watch
```
Some systems may have trouble detecting changes to frontend files. You can enable filesystem polling by uncommenting the `watchOptions` clause in `webpack.config.js`. If you do this it may be worth making git ignore changes to webpack config, using `git update-index --assume-unchanged webpack.config.js`
### Frontend testing
All frontend tests are located in `frontend/test` directory. Run all frontend tests with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment