-
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
Taro用于开发npm包,经过babel编译为es5之后报错 #1951
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @luckyadam |
请问如何解决的? |
大佬怎么解决的? |
@Benjaminbai 当时并没有解决,之后这个方案被放弃了 |
@TaroXin 那大佬你用了什么方案啊 |
@Benjaminbai 不要编译到cjs就可以了,ES6之上的编译结果并不影响程序调用和运行,我记得当时Taro的源码是没有兼容cjs的,所以报错default找不到 |
@TaroXin 我编译的是es,还是会报,taro.removeStorageSync is not a function, 而且我的taro版本是3.2.8的 |
问题描述
使用
Taro
开发npm包,es6代码经过babel编译为es5之后,Taro小程序项目引入npm包执行报错复现步骤
[复现问题的步骤]
期望行为
babel编译后的es5代码可以正常运行,或者提供一下基本的npm包开发不会引起此错误的方式
报错信息
这是经过babel编译后的代码
这是报错信息
系统信息
Taro CLI 1.2.7 environment info:
System:
OS: macOS 10.14.1
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.11.1 - /usr/local/bin/node
Yarn: 1.6.0 - /usr/local/bin/yarn
npm: 6.4.0 - /usr/local/bin/npm
npmPackages:
@tarojs/mobx: ^1.2.4 => 1.2.4
@tarojs/taro: ^1.2.4 => 1.2.4
eslint-config-taro: ^1.2.7 => 1.2.7
eslint-plugin-taro: ^1.2.7 => 1.2.7
The text was updated successfully, but these errors were encountered: