From 4181f84579df76691df0de5e586fd4b7c46cb673 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Mon, 21 Mar 2016 23:08:01 +0100 Subject: [PATCH] fix formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f60abb6..e7351b5 100644 --- a/README.md +++ b/README.md @@ -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.