add hotReload option

This commit is contained in:
Rich Harris
2018-03-04 09:59:36 -05:00
parent ec1db3fc34
commit 5507bf67b1

View File

@@ -22,7 +22,8 @@ module.exports = {
hydratable: true, hydratable: true,
emitCss: !isDev, emitCss: !isDev,
cascade: false, cascade: false,
store: true store: true,
hotReload: true
} }
} }
}, },