From 460f59ab1bf58a783cadb5249d92dfb4a10bd2b6 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 4 Mar 2018 21:36:33 -0500 Subject: [PATCH] enable hotReload --- webpack/client.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack/client.config.js b/webpack/client.config.js index a282997..6095c1c 100644 --- a/webpack/client.config.js +++ b/webpack/client.config.js @@ -20,7 +20,8 @@ module.exports = { options: { hydratable: true, cascade: false, - store: true + store: true, + hotReload: true } } }