fix formatting

This commit is contained in:
Artur Girenko 2016-03-21 23:08:01 +01:00
parent 5d4d6d6651
commit 4181f84579
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ It looks like Figwheel reloads are faster if Hot Moduler Reload is OFF.
Also, no need packager to watch for changed files - Figwheel does that.
Two things you can do:
1. Turn off HMR from the development menu.
2. Start packager with option `--nonPersistent`. You can use `npm start` for that.