前言
Deprecation Warning [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.***/d/legacy-js-api
一、解决方案
css: {
preprocessorOptions: {
scss: {
// 全局变量
additionalData: ``,
silenceDeprecations: ['legacy-js-api']
}
}
},