You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/runtime/samples/deconflict-globals/_config.js

15 lines
229 B

export default {
preserveIdentifiers: true,
compileOptions: {
name: 'window'
},
html: `
<p>I hereby declare Svelte the bestest framework.</p>
<p>nintendo sixty four</p>
<p>Woops.</p>
<p>42</p>
<p>false</p>
`
};