docs: prefetch links

This commit is contained in:
Eric Liu 2020-07-24 21:00:28 -07:00
commit 5eebd49037
2 changed files with 9 additions and 1 deletions

View file

@ -21,7 +21,12 @@ module.exports = {
test: /\.(svelte|html)$/,
use: {
loader: "svelte-loader",
options: { dev, hydratable: true, hotReload: false },
options: {
dev,
immutable: true,
hydratable: true,
hotReload: false,
},
},
},
],