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.
2 parents 65602dd + 76d8fa2 commit eba892cCopy full SHA for eba892c
packages/svelte/test-app/svelte.config.js
@@ -1,6 +1,12 @@
1
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
2
3
const config = {
4
+ onwarn(warning, onwarn) {
5
+ if (/A11y/.test(warning.message)) return
6
+
7
+ onwarn(warning)
8
+ },
9
10
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
11
// for more information about preprocessors
12
preprocess: vitePreprocess(),
0 commit comments