[chore] supress bootstrap warnings for now
This commit is contained in:
@@ -18,5 +18,17 @@ export default defineConfig({
|
||||
output: "server",
|
||||
security: {
|
||||
checkOrigin: false
|
||||
}
|
||||
},
|
||||
vite: {
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
// Silences deprecation warnings from dependencies
|
||||
quietDeps: true,
|
||||
// Specifically silence color function warnings
|
||||
silenceDeprecations: ['color-functions', 'import','global-builtin'],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user