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

npm run build:alipay打包错误 #2214

Closed
xiao0502 opened this issue Feb 19, 2019 · 3 comments
Closed

npm run build:alipay打包错误 #2214

xiao0502 opened this issue Feb 19, 2019 · 3 comments
Assignees

Comments

@xiao0502
Copy link

问题描述
taro开发支付宝小程序,UI框架路径为src/components/mini-antui。在开发环境下面,npm run dev:alipay能正常运行项目且不报错,用npm run build:alipay进行项目打包的时候,控制台提示警告,项目能跑起来,但是UI框架的弹窗组件样式被漏掉。

而且看到打包后的dist目录下面,UI框架mini-antui的弹窗组件的css样式文件,即index.acss没有拷贝过来。

[或者可以直接贴源代码,能贴文字就不要截图]

期望行为
手动把弹窗组件modal里面的index.acss样式拷贝到dist对应目录下面运行就好了,很奇怪。

报错信息

(node:53486) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property '0' of undefined
(node:53486) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

系统信息

Taro v1.2 及以上版本已添加 taro info 命令,方便大家查看系统及依赖信息,运行该命令后将结果贴下面即可。

  • 操作系统: [e.g. mac]
  • Taro 版本 [e.g. v.1.2.4]
  • Node.js 版本 [e.g. v8.9.4]
  • 报错平台 [支付宝小程序]

补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]

@taro-bot
Copy link

taro-bot bot commented Feb 19, 2019

欢迎提交 Issue~

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

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

Good luck and happy coding~

@luckyadam
Copy link
Member

luckyadam commented Feb 21, 2019

是编译时没有处理到支付宝小程序组件依赖的东西,目前如果缺少什么,可以通过配置 copy 来解决

@taro-bot
Copy link

taro-bot bot commented Feb 21, 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

3 participants