diff --git a/svelte/ssr-app/svelte.config.js b/svelte/ssr-app/svelte.config.js index 06ab2bb3fa..cbc8752814 100644 --- a/svelte/ssr-app/svelte.config.js +++ b/svelte/ssr-app/svelte.config.js @@ -1,12 +1,11 @@ import adapter from '@sveltejs/adapter-auto'; import {vitePreprocess} from '@sveltejs/vite-plugin-svelte'; -import {directivesPreprocess} from '@agnos-ui/svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ const config = { // Consult https://kit.svelte.dev/docs/integrations#preprocessors // for more information about preprocessors - preprocess: [vitePreprocess(), directivesPreprocess()], + preprocess: [vitePreprocess()], kit: { // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.