experimental
Enables experimental Svelte and SvelteKit features.
Usage
npx sv add experimentalWhat you get
- the selected experimental flags set in your config
Options
features
Which experimental flags to enable:
async—awaitin componentsremoteFunctions— remote functionsforkPreloads— forked preloading
npx sv add experimental="features:async,remoteFunctions"