chenquincy / app-info-parser

A javascript parser for parsing .ipa or .apk files. IPA/APK文件 js 解析器
MIT License
493 stars 116 forks source link

请发布dist目录到npm并更新browser配置 #43

Closed mudio closed 3 years ago

mudio commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. ...
  2. ...

Expected behavior A clear and concise description of what you expected to happen.

Node or Browser version (please complete the following information):

Package links for testing(downloadable links of the package, which making this issue)

描述 bug 请简明扼要的描述你所遇到的bug

复现 请描述复现该bug的步骤:

  1. ...
  2. ...

预期表现 请简明扼要的描述你所期望得到的效果

请填写您的Node或浏览器版本:

请提供测试用的安装包下载链接:

chenquincy commented 4 years ago

@mudio dist目录不需要被发布到NPM,能说明一下你的这个issue所要解决的问题么?

mudio commented 4 years ago

两个场景,一个是浏览器端依赖基于npm镜像的cdn服务,例如unpkg,另一个webpack构建web应用优先读取browser,读取main是非预期行为

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: QuincyChen <notifications@github.com> 发送时间: 2020年3月24日 00:30 收件人: chenquincy/app-info-parser <app-info-parser@noreply.github.com> 抄送: 木休大人 <523317421@qq.com>, Mention <mention@noreply.github.com> 主题: 回复:[chenquincy/app-info-parser] 请发布dist目录到npm并更新browser配置 (#43)

@mudio dist目录不需要被发布到NPM,能说明一下你的这个issue所要解决的问题么?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

chenquincy commented 4 years ago

@mudio dist目录已发布到NPM,0.3.10 版本。browser配置会导致webpack打包出现问题,暂时还没有时间去解决,欢迎提供mr。