Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用 taro doctor 检测时提示 h5.esnextModules 不合法的字段 #4029

Closed
nyaapass opened this issue Aug 1, 2019 · 2 comments
Closed
Assignees

Comments

@nyaapass
Copy link

nyaapass commented Aug 1, 2019

问题描述

在 taro 项目引入 taro-ui 时, 根据 taro-ui 文档额外给 H5 配置 esnextModules, 在 taro 项目的 config/index.js 中新增如下配置项:

h5: {
  esnextModules: ['taro-ui']
}

接着运行 taro doctor, 会显示:

检查 Taro 配置 (项目路径/config/index.js)
  [✗] h5.esnextModules 不合法的字段

复现步骤

  1. 使用 taro init 创建项目
  2. 安装 Taro UI
  3. 配置需要额外编译的源码模块 esnextModules: ['taro-ui']
  4. 运行 taro doctor, 显示 h5.esnextModules 不合法的字段

期望行为

运行 taro doctor 时, 不会因为 config/index.js 中出现 h5.esnextModules 配置项而提示 不合法的字段

报错信息

👽 Taro v1.3.11

✔ 诊断完成

检查 Taro 配置 (项目路径/config/index.js)
  [✗] h5.esnextModules 不合法的字段

检查依赖
  [✓] 没有发现问题

系统信息

  • 操作系统: Linux 4.4 Ubuntu 18.04.2 LTS (Windows 10 下的 WSL 子系统)
  • Taro 版本: v1.3.11
  • Node.js 版本: v10.16.0
  • 报错平台: taro doctor

补充信息

之前 taro-ui/issues/662 中也有提到这个问题, 不过没有被注意到.

@taro-bot
Copy link

taro-bot bot commented Aug 1, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@taro-bot
Copy link

taro-bot bot commented Aug 1, 2019

CC @luckyadam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants