We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd61dc commit b69321cCopy full SHA for b69321c
svelte.config.js
@@ -1,7 +1,6 @@
1
import adapter from '@sveltejs/adapter-auto'
2
import { vitePreprocess } from '@sveltejs/kit/vite'
3
import { mdsvex } from 'mdsvex'
4
-import preprocess from 'svelte-preprocess'
5
import mdsvexConfig from './mdsvex.config.js'
6
7
/** @type {import('@sveltejs/kit').Config} */
@@ -10,13 +9,7 @@ const config = {
10
9
11
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
12
// for more information about preprocessors
13
- preprocess: [
14
- mdsvex(mdsvexConfig),
15
- vitePreprocess(),
16
- preprocess({
17
- postcss: true,
18
- }),
19
- ],
+ preprocess: [mdsvex(mdsvexConfig), vitePreprocess()],
20
21
kit: {
22
adapter: adapter(),
0 commit comments