mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(client): suppress SCSS warnings
This commit is contained in:
parent
84d9198396
commit
c1ae5b22a1
@ -58,6 +58,13 @@ export default defineConfig(() => ({
|
||||
}
|
||||
}
|
||||
},
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
quietDeps: true
|
||||
}
|
||||
}
|
||||
},
|
||||
commonjsOptions: {
|
||||
transformMixedEsModules: true,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user