Update client.config.js

This commit is contained in:
Rich Harris
2018-05-28 19:39:28 -04:00
committed by GitHub
parent ccf618eb9f
commit 3eee777904

View File

@@ -18,6 +18,7 @@ module.exports = {
use: {
loader: 'svelte-loader',
options: {
dev: isDev,
hydratable: true,
hotReload: true
}