mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: build warnings from sass
This commit is contained in:
+9
-1
@@ -4,10 +4,18 @@ import { preprocessMeltUI, sequence } from '@melt-ui/pp';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: sequence([sveltePreprocess(), preprocessMeltUI()]),
|
||||
preprocess: sequence([
|
||||
sveltePreprocess({
|
||||
scss: {
|
||||
silenceDeprecations: ['legacy-js-api']
|
||||
}
|
||||
}),
|
||||
preprocessMeltUI()
|
||||
]),
|
||||
compilerOptions: {
|
||||
accessors: !!process.env.VITEST
|
||||
},
|
||||
|
||||
kit: {
|
||||
alias: {
|
||||
$routes: './src/routes'
|
||||
|
||||
Reference in New Issue
Block a user