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

fix(cli): 修复使用npm link时导致小程序打包后js里npm包的路径不正确 #3972

Closed
wants to merge 4,890 commits into from

Conversation

huey-LS
Copy link
Contributor

@huey-LS huey-LS commented Jul 26, 2019

这个 PR 做了什么? (简要描述所做更改)
打包微信小程序时,对于嵌套的包打包时,pages/index.js等业务代码中路径不正确
需要从

../npm/a/node_modules/b

替换为

../npm/a/npm/b

这个 PR 是什么类型? (至少选择一个)

这个 PR 满足以下需求:

  • 提交到 master 分支
  • Commit 信息遵循 Angular Style Commit Message Conventions
  • 所有测试用例已经通过
  • 代码遵循相关包中的 .eslintrc, .tslintrc, .stylelintrc 所规定的规范
  • 在本地测试可用,不会影响到其它功能

这个 PR 涉及以下平台:

  • 微信小程序
  • 支付宝小程序
  • 百度小程序
  • 头条小程序
  • QQ 轻应用
  • 快应用平台(QuickApp)
  • Web 平台(H5)
  • 移动端(React-Native)

其它需要 Reviewer 或社区知晓的内容:

yuche and others added 30 commits June 26, 2019 13:54
生成tmpl文件时,在windows系统下,TaroParseATmpl.js文件会与TaroParseaTmpl.js文件命名冲突,导致TaroParseaTmpl.js文件生成不了,代码运行时报TaroParseaTmpl.js文件找不到,因为windows不区分文件名字母大小写,会认为是同一个文件。
* 增加对华为原子服务定义文件的规范检查

* 检查原子服务定义文件前增加对应用类型的判断,只对快应用进行检查
Littly and others added 20 commits July 29, 2019 22:37
修复文档内示例代码资源引用不正确
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

Successfully merging this pull request may close these issues.

None yet