Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR (#1608)

* Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR

* Use br in react-scripts template README md

* Use br in md for new line breaks

* Update troubleshooting HMR to allow for VMs running Windows

* Fix up the instructions
This commit is contained in:
Alexander James Phillips
2017-02-22 18:37:18 +00:00
committed by Dan Abramov
parent 1aa4b2b8cb
commit 2a8535b5d5
10 changed files with 24 additions and 23 deletions

View File

@@ -771,7 +771,7 @@ This ensures it become a part of the build output, and resolves correctly both w
## 0.4.3 (September 18, 2016)
This is a hotfix release for a broken package.
This is a hotfix release for a broken package.<br>
It contained no changes to the code.
### Build Dependency (`react-scripts`)
@@ -913,7 +913,7 @@ npm install --save-dev --save-exact react-scripts@0.3.0
#### Breaking Change
Now `favicon.ico` is not treated specially anymore.
Now `favicon.ico` is not treated specially anymore.<br>
If you use it, move it to `src` and add the following line to `<head>` in your HTML:
```html