mirror of https://github.com/sveltejs/svelte
parent
a4540f8f2b
commit
366b59c194
@ -0,0 +1,9 @@
|
||||
export default {
|
||||
compilerOptions: {
|
||||
hmr: false,
|
||||
|
||||
experimental: {
|
||||
async: true
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Reference in new issue