当前位置:首页 » 《关注互联网》 » 正文

在vite中Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

11 人参与  2024年11月03日 18:41  分类 : 《关注互联网》  评论

点击全文阅读


问题描述


原因分析:

旧版 JS API 现已弃用,并将在 Dart Sass 2.0.0 中被删除。:


解决方案:

在 vite.config.ts 中关闭警告

export default defineConfig({css: {    preprocessorOptions: {      scss: {        silenceDeprecations: ['legacy-js-api'],                api: 'modern-compiler', // or 'modern'      }    }  }})


点击全文阅读


本文链接:http://m.zhangshiyu.com/post/181985.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1