mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-20 13:35:11 +00:00
enable hotReload
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = {
|
|||||||
options: {
|
options: {
|
||||||
hydratable: true,
|
hydratable: true,
|
||||||
cascade: false,
|
cascade: false,
|
||||||
store: true
|
store: true,
|
||||||
|
hotReload: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user