mirror of https://github.com/sveltejs/svelte
move config into svelte.config.js (#16265)
parent
e896c55b6c
commit
7c8be602be
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
compilerOptions: {
|
||||
hmr: true
|
||||
}
|
||||
};
|
Loading…
Reference in new issue