-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Comments
能否提供一个测试项目我们看看 |
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
|
@tarojs/webpack-runner 版本多少 |
#1796 |
Hello~ 您的问题楼上已经提供了解决方案,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。 如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。 Good luck and happy coding~ |
问题描述
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) {
olor} size={loadingSize} />;
| rootClassName.push('at-button--icon');
| }
系统信息
The text was updated successfully, but these errors were encountered: