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