有复现demo吗?
预览时,过滤了需要使用的文件[图片] 已经取消了过滤文件的对勾,但是没有用
2022-04-20请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
开发工具报错@babel/runtime/helpers/...?开发工具报错 预发布版 RC Build (1.05.2203251 | 1.06.2203251)Error: module '@babel/runtime/helpers/unsupportedIterableToArray.js' is not defined [图片]
2022-04-18开发者工具的无依赖文件过滤功能,ci 有计划支持,请关注后续 ci 版本的更新。 treeshaking 是去掉文件内无用的代码,和 无依赖文件过滤 是两个不同的概念,这个功能我们还在评估方案中。
miniprogram-ci什么时候可以支持treeshaking吗?开发者工具现在支持依赖过滤,那CI工具有这样的计划不
2022-04-18麻烦描述一下具体碰到什么问题了?
模拟器怎么实现两个手指的手势操作?模拟器怎么实现两个手指的手势操作?
2022-04-15是支持的,但是你需要打开 "将 JS 代码编译到 ES5" 的开关。 另外检查一下这些文件是否被当成 无依赖文件 过滤掉了? https://developers.weixin.qq.com/miniprogram/dev/devtools/codeanalyse.html https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html
最新开发者工具不支持 Esm 和 Commonjs 混用嘛?升级最新版本后,导致所有require 文件的路径都找不到。 目前项目中,两种规范是混用的。 请问这种问题是怎么处理?开发者统一为一种规范嘛?
2022-04-06这个是 npm 包是你们内部构建的还是?
npm包process问题2022年了,npm包 process is not defined 的问题还没解决吗 大部分npm包都用不了 这个问题3年前都有人提,没人管吗 [图片]
2022-04-01每个用户( robot 参数指定 )只有一个预览版,不同用户的不影响。
使用miniprogram-ci工具上传的预览包会覆盖之前上传的额预览包吗?在使用ci工具上传了一个预览包,返回一个二维码。再次使用ci工具上传一个新的预览包,扫描之前的预览包二维码变成了最新的预览包。
2022-04-01appid 提供一下?另外代码包大小是多少了?如果比较大的话,可以加上 useCOS: true 参数,走异步上传的方式。
ci 上传request url: https://servicewechat.com/wxa/ci/upload?codeprotect=0&type=miniProgram&appid=**************&version=2.0.0&desc=test3&robot=1&debugLaunchInfo=%7B%22scene%22%3A1011%7D CGI[https://servicewechat.com/wxa/ci/upload?codeprotect=0&type=miniProgram&appid=*******************&version=2.0.0&desc=test3&robot=1&debugLaunchInfo=%7B%22scene%22%3A1011%7D] response parse error, response body: 20003 SyntaxError: Unexpected end of JSON input (node:12188) UnhandledPromiseRejectionWarning: Error: SyntaxError: Unexpected end of JSON input at innerUpload (C:\Users\10621\Desktop\wei\wei-manager-cli\node_modules\miniprogram-ci\dist\ci\upload.js:2:3517) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async upload (C:\Users\10621\Desktop\wei\wei-manager-cli\node_modules\miniprogram-ci\dist\ci\upload.js:2:898) at async Object.upload (C:\Users\10621\Desktop\wei\wei-manager-cli\node_modules\miniprogram-ci\dist\utils\report.js:2:1403) at async C:\Users\10621\Desktop\wei\wei-manager-cli\autoUpload.js:17:26 (Use `node --trace-warnings ...` to show where the warning was created) (node:12188) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:12188) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
2022-03-31只有这个方法可以,用这个方法有什么问题?
miniprogram-ci 如何获取编译后的 sourceMap?使用 getCompiledResult 获取编译后的代码包发现压缩包中没有对应的 sourceMap 文件。 请问除了 getDevSourceMap 方法外,还有什么办法能获取到 sourceMap 文件吗?
2022-03-30https://developers.weixin.qq.com/community/develop/doc/000ac631ad0728be6c6cad0cd5b400
低版本需要编译成es5直接报错,最新工具不是增强编译合并在一起?[图片][图片][图片]
2022-03-28