chore: silence scss deprecation warning, will need to wait on vite 4

This commit is contained in:
MiniDigger | Martin 2024-10-12 10:00:06 +02:00
parent da6186d965
commit b3db52b422

View File

@ -111,6 +111,13 @@ export default defineNuxtConfig({
// Workaround until they support native ESM
noExternal: ["vue3-popper"],
},
css: {
preprocessorOptions: {
scss: {
silenceDeprecations: ["legacy-js-api"],
},
},
},
},
experimental: {
writeEarlyHints: false,