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 } } },