feat(@vant/cli): add enableVConsole option (#9527)

This commit is contained in:
neverland
2021-09-20 17:18:08 +08:00
committed by GitHub
parent 3a8bb909fd
commit 751a263999
3 changed files with 16 additions and 1 deletions

View File

@@ -260,6 +260,13 @@ module.exports = {
配置 HTML 中的 meta 标签,对象的 key 为 namevalue 为 content。
### site.enableVConsole
- Type: `boolean`
- Default: `false`
是否在 dev 时开启 [vConsole](https://github.com/Tencent/vConsole) 调试,用于移动端 debug。
## Babel
通过根目录下的`babel.config.js`文件可以对 Babel 进行配置。