chore: 使用现代编译器
解决 `The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.`
This commit is contained in:
@@ -65,4 +65,11 @@ export default ({ mode }) =>
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
css: {
|
||||||
|
preprocessorOptions: {
|
||||||
|
scss: {
|
||||||
|
api: 'modern-compiler', // or 'modern'
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user