Skip to content

Commit

Permalink
fix: remove preprocessor in ssr-app (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix authored Oct 30, 2024
1 parent 4a1fc36 commit 7885349
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions svelte/ssr-app/svelte.config.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7885349

Please sign in to comment.