svelte/test/runtime/samples/store-imported/_config.js

8 lines
120 B

export default {
compileOptions: { dev: true }, // tests `@validate_store` code generation
html: `
<p>42</p>
`
};