mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
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