-
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 3.3.7 新建 vue3.0 项目 打包支付宝报错 #11133
Comments
升级最新版再试试 |
同样的问题,也是 vue3.x,taro 已经全部升级到最新版本 3.4.0,node v14 并且发现,上传 alipay 时,preview 不会报错,upload 会报错,问了 alipay 的人说是 upload 开启了代码压缩,preview 没有,是压缩代码导致的报错信息,我已经到 alipay 那边要来了具体报错内容,如下所示
|
@jiezai0920 楼主的代码我用 Taro 3.4 测试没有发现有报错额: |
|
@Chen-jj 还是不可以,新建的项目, vue3 + typescript + sass + 默认模版 |
同样的错误 |
我在build命令 后面增加了 --watch解决了 |
我在build命令 后面增加了 --watch解决了 |
我在build命令 后面增加了 --watch解决了 |
我在build命令 后面增加了 --watch解决了"build:dd": "taro build --type dd --watch", |
这个问题依旧存在啊 3.4.4版本 |
@jiezai0920 @jsjzh @MarshallYang @loong917 @sjx1995 @emaoxiongzhang @sjx1995 @duanxianze 各位提供一下编译信息? 尝试过【 Taro 翻阅支付宝小程序文档,在小程序基础库 v2 中有提到此报错。然而尝试过开启或关闭小程序基础库 2.0 构建,都能正常编译。 报错原因应该是我之前提到的,存在 es6 的语法:
|
https://github.com/duanxianze/tarodemo |
我这边可以。。 |
支付宝小程序开发工具 Version 2.7.2 |
我把我运行build生成的dist也传上去了 您可以运行看下 |
@Chen-jj 我编译到钉钉小程序没有【启用小程序基础库2.0构建】的选项,现在使用 |
支付宝小程序 config/index.js mini下增加以下配置问题解决
|
这个答案配上 watch 完美解决.谢谢大哥 |
感谢,使用这个方法暂时解决了。打包没问题了。但开发模式,预览和真机调试会出现找不到页面的情况,不知道为什么。支付宝模拟器正常无报错。真机调试有报错。 |
相关平台
支付宝小程序
复现仓库
https://github.com/jiezai0920/taro-test
小程序基础库: 2.0
使用框架: Vue 3
复现步骤
在项目根目录中运行yarn build:alipay,将打包好的dis文件在支付宝开发者工具中打开
期望结果
支付宝小程序可以正常运行
实际结果
报错
myApp1/dist/vendors.js: Unexpected token (2207:136)
Please set enableNodeModuleBabelTransform to true or add "myApp1/dist/vendors.js" to node_modules_es6_whitelist in mini.project.json for node_modules babel transform
环境信息
The text was updated successfully, but these errors were encountered: