enable hotReload

This commit is contained in:
Rich Harris
2018-03-04 21:36:33 -05:00
parent 7c8067474f
commit 460f59ab1b

View File

@@ -20,7 +20,8 @@ module.exports = {
options: { options: {
hydratable: true, hydratable: true,
cascade: false, cascade: false,
store: true store: true,
hotReload: true
} }
} }
} }