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