mirror of https://github.com/sveltejs/svelte
7 lines
173 B
7 lines
173 B
5 years ago
|
export default {
|
||
|
compileOptions: {
|
||
|
dev: true
|
||
|
},
|
||
|
error: `{#each} only iterates over array-like objects. You can use a spread to convert this iterable into an array.`
|
||
|
};
|