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