mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
chore: silence scss deprecation warning, will need to wait on vite 4
This commit is contained in:
parent
da6186d965
commit
b3db52b422
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user