mirror of
https://github.com/immich-app/immich.git
synced 2025-07-19 22:44:24 +02:00
chore: remove svelte-preprocess (#7159)
This commit is contained in:
parent
fab19a8583
commit
3915867b1b
3 changed files with 13 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
|||
import adapter from '@sveltejs/adapter-static';
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
preprocess: preprocess(),
|
||||
preprocess: vitePreprocess(),
|
||||
onwarn: (warning, handler) => {
|
||||
if (warning.code.includes('a11y')) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue