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.
@sveltejs/kit@2
1 parent edd3904 commit d6aaa40Copy full SHA for d6aaa40
jsconfig.json
@@ -6,6 +6,7 @@
6
"resolveJsonModule": true,
7
"skipLibCheck": true,
8
"sourceMap": true,
9
+ "module": "NodeNext",
10
"moduleResolution": "NodeNext"
11
}
12
src/app.postcss renamed to src/app.pcss
src/routes/+layout.svelte
@@ -1,6 +1,6 @@
1
<script>
2
import '@fontsource-variable/inter'
3
-import '../app.postcss'
+import '../app.pcss'
4
import { dev } from '$app/environment'
5
</script>
svelte.config.js
@@ -1,4 +1,4 @@
-import { vitePreprocess } from '@sveltejs/kit/vite'
+import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
import adapter from '@sveltejs/adapter-static'
import { readFileSync } from 'node:fs'
0 commit comments