A sample custom question for use in Formsort using the Custom Question API.
Note that this is the vanilla svelte template, but with a tweak to preferBuiltins in the rollup-plugin-resolve
config:
resolve({
browser: true,
preferBuiltins: false,
dedupe: ['svelte']
}),