diff --git a/examples/api/svelte.config.js b/examples/api/svelte.config.js index b0683fd24d7..1a90ad4fe40 100644 --- a/examples/api/svelte.config.js +++ b/examples/api/svelte.config.js @@ -3,5 +3,5 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' export default { // Consult https://svelte.dev/docs#compile-time-svelte-preprocess // for more information about preprocessors - preprocess: vitePreprocess(), + preprocess: vitePreprocess() }