build: silence Sass deprecation warnings
This commit is contained in:
@@ -13,6 +13,11 @@ export default defineConfig(() => {
|
||||
autoprefixer({}), // add options if needed
|
||||
],
|
||||
},
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
quietDeps: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
alias: [
|
||||
|
||||
Reference in New Issue
Block a user