chore(@vant/cli): remove sass

This commit is contained in:
chenjiahan
2021-09-07 14:19:44 +08:00
parent cb0fb5a9e0
commit f0cc727c6a
5 changed files with 12 additions and 51 deletions
+5
View File
@@ -9,6 +9,11 @@
- 不再支持 webpack.config.js 配置文件
- 不再支持 build 命令的 --watch 参数
- 不再内置 babel-plugin-import 插件
- 不再内置 sass 依赖,如果使用 sass,需要手动安装:
```bash
yarn add sass
```
## v4.0.0-beta.1