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: {
hydratable: true,
cascade: false,
store: true
store: true,
hotReload: true
}
}
}