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

Taroui自定义主题版本测试Button在H5平台报错 #1839

Closed
qiuhd2015 opened this issue Jan 5, 2019 · 6 comments
Closed

Taroui自定义主题版本测试Button在H5平台报错 #1839

qiuhd2015 opened this issue Jan 5, 2019 · 6 comments
Assignees

Comments

@qiuhd2015
Copy link

问题描述
Taroui自定义主题版本测试Button在H5平台报错,在微信开发者工具中显示正常

复现步骤
[复现问题的步骤]
1.taro inint myapp
2.npm install taro-ui@next
3.在项目config增加以下配置
h5: {
esnextModules: ['taro-ui']
}
4.在index.js 文件 增肌Button 相关代码
import { AtButton } from 'taro-ui'
按钮文案

5.在index.scss 文件导入 @import "~taro-ui/dist/style/index.scss";

期望行为
正常显示button

报错信息

[这里请贴上你的完整报错截图或文字]

开始编译项目 taro-qnetc
创建 发现文件 src\app.js
创建 发现文件 src\app.scss
创建 发现文件 src\index.html
创建 发现文件 src\pages\index\index.js
创建 发现文件 src\pages\index\index.scss

� Failed to compile.

./node_modules/_taro-ui@2.0.0-beta.1@taro-ui/dist/h5/components/button/index.js
109:18
Module parse failed: Unexpected token (109:18)
You may need an appropriate loader to handle this file type.
| let component;
| if (loading) {

  component = <View className="at-button__icon"><AtLoading color={loadingC

olor} size={loadingSize} />;
| rootClassName.push('at-button--icon');
| }

系统信息

Taro v1.2 及以上版本已添加 taro info 命令,方便大家查看系统及依赖信息,运行该命令后将结果贴下面即可。
Taro v1.2.3
Taro CLI 1.2.3 environment info:
System:
OS: Windows 7
Binaries:
Node: 10.9.0 - C:\Program Files\nodejs\node.EXE
npm: 6.2.0 - C:\Program Files\nodejs\npm.CMD

  • Taro 版本 [1.2.3]
  • Taro UI 版本 [2.0.0-beta.1]
  • 报错平台 [h5]
@luckyadam
Copy link
Member

能否提供一个测试项目我们看看

@luckyadam luckyadam transferred this issue from jd-opensource/taro-ui Jan 7, 2019
@taro-bot
Copy link

taro-bot bot commented Jan 7, 2019

欢迎提交 Issue~

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

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

Good luck and happy coding~

@qiuhd2015
Copy link
Author

能否提供一个测试项目我们看看
安装taro-ui 快速上手文档一步一步创建的,

@luckyadam
Copy link
Member

@tarojs/webpack-runner 版本多少

@luckyadam
Copy link
Member

#1796
这个原因导致
可以把 @tarojs/webpack-runner 升级到 1.2.4

@taro-bot
Copy link

taro-bot bot commented Jan 8, 2019

Hello~

您的问题楼上已经提供了解决方案,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

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