From 5507bf67b1e1bf7392b9d07dd6b0c947dbc204c9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 4 Mar 2018 09:59:36 -0500 Subject: [PATCH] add hotReload option --- 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 904aa06..4c3489c 100644 --- a/webpack/client.config.js +++ b/webpack/client.config.js @@ -22,7 +22,8 @@ module.exports = { hydratable: true, emitCss: !isDev, cascade: false, - store: true + store: true, + hotReload: true } } },