mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-30 02:15:52 +08:00
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:
committed by
Dan Abramov
parent
1aa4b2b8cb
commit
2a8535b5d5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user