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 5938768 commit 0b70545Copy full SHA for 0b70545
vite.config.mjs
@@ -18,6 +18,7 @@ export default defineConfig(() => {
18
preprocessorOptions: {
19
scss: {
20
quietDeps: true,
21
+ silenceDeprecations: ['import', 'legacy-js-api'],
22
},
23
24
0 commit comments