麻烦把 miniprogram-ci 升级到 1.6.1 以上的版本再试试?
miniprogram-ci 在 ts 项目中报错https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html 使用 微信开发者工具 创建 demo,语言选择 ts,然后使用 miniprogram-ci,报错:can not find pages/index/index.js [图片]
2021-10-27看你这里的cmd命令行里 git 提交也是失败的呀
git在开发者工具内可以进行除提交以为所有操作,但是cmd又可以提交?[图片]
2021-10-25麻烦私信我远程定位一下?
微信开发者工具一打开子进程多达30个,直接cpu卡爆?[图片] 本地设置->多核心编程 已关闭,无效果 开发者工具就下载下来创建项目报错重装过两次 稳定版 Stable Build (1.05.2110110
2021-10-25复制一下错误信息,私信我查一下?
上传失败一直提示错误怎么办?[图片]
2021-10-19是支持的,你可以在 scss 文件里 @import 另外一个 scss 文件。 具体碰到什么问题呢?
typescript+sass版微信小程序是不支持scss文件引用吗?typescript+sass版微信小程序是不支持scss文件引用吗?
2021-10-18搜索一下 ` components/semaphore/semaphore ` 这个?看看哪个json文件里有使用到?
启用Typescript编译出现的summer-compiler异常如何处理?在project.config.json中启用Typescript编译(根据 https://developers.weixin.qq.com/miniprogram/dev/devtools/compilets.html 修改)会引起 summer-compiler 抛异常如下: [图片] 图中的项目目前的ts代码之前都是命令行tsc手工编译,切换之后tsconfig.json没做任何修改 异常中提到的 pages/components/semaphore/semaphore.js 文件在项目中并不存在,实际路径是 /components/semaphore/semaphore.js,项目中所有的引用路径也是正确的。异常中的路径开头的 pages,目前怀疑是summer-compiler自行拼装上去的 另外根据 console log 输出,app.js 仍有执行,但首页(pages/jump/jump)文件未能正确载入。而此页面并没有引用上述自定义组件。 已做的尝试: 恢复原来的配置,仍能正常编译运行,说明组件引用路径都是正常的尝试创建typescript模板项目,并使用类似的路径结构和tsconfig配置,能正常编译。出问题的项目工程较大,目前上述异常给出的信息太模糊,实在无从查起。望官方至少能提供个调查思路。 环境:macOS 11.6, 开发者工具 RC 1.05.2109131
2021-10-18npm 包中的 ts 文件需要你自行转换成 js 文件后,才能使用工具构建npm功能
怎么构建npm中的纯typescript包?现在构建报错,工具只找.js文件 [图片]
2021-09-28问题1,调用 ci.upload 时使用相同的机器人去上传,并且该机器人之前上传的版本已被设置为体验版,那本次上传的版本会自动设置为体验版本,体验版二维码是不变。 问题2,我们内部先评估一下。
miniprogram-ci upload不能设置为体验版?希望miniprogram-ci工具,在体验码上做两处优化 文档地址 https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html 1.上传后,不能设置体验版且获取不到二维码。 我希望的是,最好ci.upload方法增加上传即设为体验版的选项,同时可以获取到二维码比如像预览码一样生成路径,这样ci的逻辑就可以和预览码的流程一致,将码发出去给别人看了,不然上传完还得手动去后台将刚才上传的包设置为体验版,再截图将码发出去 2. 根据文档,upload的version是必传,此参数能不能可选,这样默认自动自增小版本号,就像开发者工具一样?
2021-09-24升级一下开发者工具的版本试试看?
改完代码一保存 出现一大堆ts文件 ,删完了点保存又会重新生成一遍 这是个神马情况?[图片]
2021-09-24Hi, you can use miniprogram-ci to do the same thing. miniprogram-ci is a npm package, and support previewing your miniprogram project on wechat or uploading your miniprogram project to wechat-server . Basically, it can replace all the functions CLI provides in the CI or CD scene. https://www.npmjs.com/package/miniprogram-ci https://developers.weixin.qq.com/miniprogram/dev/devtools/ci.html So, if you use miniprogram-ci, you can control what kind of things you want to do before uploading miniprogram project. For the ts files, before previewing or uploading your project, you can invoke your npm script `npm run tsc` to compile the ts files to js files. In addition, in the latest RC version of the tool, we have optimized the support for TypeScript projects. There is no need to use script commands to compile ts files into js files. You could have a try. https://developers.weixin.qq.com/miniprogram/dev/devtools/compilets.html
request to add configuration project.config.json?Dear, this is a request to enhance the usage of the project.config.json file and the inclusion of the section "Enable Custom Processing Commands". We are generating WeChat Miniprogram projects from a code generation tool and want to use the CLI to directly compile the project and generate a QR code for testing. As we use typescript we need to enable the "Enable Custom Processing Commands" option, it is mandatory for us. As this configuration is not possible to set on the project.config.json (at least we did not find a way), we must enter the IDE manually to check it, then do the compilation and following steps. Because of this issue, we cannot automate the process from a CI/CD perspective. Is there an alternative on the case we could evaluate? Hope to have explained clearly the case. Using WeChat DevTools Stable # 1.05.2107090. regards,
2021-09-23