From 320aa5fd4f904712e34cd99945264f28a7900878 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Mon, 23 Oct 2017 14:10:24 -0700 Subject: [PATCH] fix hot reloading --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91d329b7..83888d6f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react": "^15.3.0", "react-dom": "^15.3.0", "react-helmet": "^5.2.0", - "react-hot-loader": "^3.0.0-beta.2", + "react-hot-loader": "^3.0.0-beta.7", "react-redux": "^5.0.6", "react-router-dom": "4.1.2", "redux": "^3.7.2",