mpx icon indicating copy to clipboard operation
mpx copied to clipboard

[Bug report]编译为支付宝小程序不会处理custom-tab-bar目录

Open Ackerly opened this issue 1 year ago • 0 comments

问题描述
编译为支付宝小程序时,不会编译custom-tab-bar目录,编译为微信小程序时则会编译custom-tab-bar目录

  1. 问题触发的条件 app.mpx 的 json 部分的 tabBar 配置里的 custom 为 true,编译为支付宝小程序
  2. 期望的表现 编译为支付宝小程序时能正确编译custom-tab-bar目录,并输出为customize-tab-bar目录
  3. 实际的表现 编译为支付宝小程序不会编译custom-tab-bar目录

环境信息描述
系统类型:Window Mpx依赖版本: "dependencies": { "@mpxjs/api-proxy": "^2.8.0-beta.2", "@mpxjs/core": "^2.9.6", "@mpxjs/store": "^2.9.1" }, "devDependencies": { "@babel/core": "7.12.10", "@babel/eslint-parser": "7.16.0", "@babel/plugin-transform-runtime": "7.12.10", "@babel/preset-env": "7.12.11", "@babel/runtime-corejs3": "7.12.5", "@mpxjs/webpack-plugin": "^2.8.0-beta.2", "@typescript-eslint/eslint-plugin": "^5.2.0", "@typescript-eslint/parser": "^5.2.0", "babel-jest": "^25.3.0", "babel-loader": "8.2.2", "babel-plugin-lodash": "^3.3.4", "babel-plugin-transform-require-context": "^0.1.1", "chalk": "^2.3.2", "commander": "^6.0.0", "copy-webpack-plugin": "^9.0.1", "css-loader": "^0.28.11", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-html": "^6.2.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.1", "eslint-webpack-plugin": "^3.1.0", "html-loader": "^3.0.1", "http-server": "^0.12.0", "jest": "^24.9.0", "path": "^0.12.7", "rimraf": "^2.6.2", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "ts-loader": "9.2.6", "typescript": "^4.1.3", "webpack": "^5.72.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-merge": "^5.8.0" } 小程序开发者工具:支付宝开发者工具,版本3.8.4, 小程序配置:启用小程序基础库2.0构建,启用component2

Ackerly avatar Feb 06 '24 08:02 Ackerly