mpx icon indicating copy to clipboard operation
mpx copied to clipboard

Mpx,一款具有优秀开发体验和深度性能优化的增强型跨端小程序框架

Results 147 mpx issues
Sort by recently updated
recently updated
newest added

transformGroups支持选择器写法&配置分隔符

全局global属性名精简 ``` global.__mpxGenericsMap -> global._gm global.currentModuleId -> global._id global.currentCtor -> global._ctor global.currentCtorType -> global._ctorT global.currentResourceType -> global._crt global.currentSrcMode -> global._sm global.currentInject -> global._i global.currentInject.componentPath -> global._i.p global.currentInject.componentsMap -> global._i.cm global.currentInject.pageConfig...

* 添加dynamicEntryInfo 中是否为异步分包加载标识 * size-report中添加对skylineSubpackages相关skyline分包规则检测

a[b].c 其中b不能被删除

**问题描述** 为什么我使用 @mpxjs/size-report 插件查看包体积分析,当启动可视化平台显示这个呢? ![image](https://github.com/didi/mpx/assets/68093183/dda92c1f-5c94-4a69-9a58-b65f69c0bdf0) 项目已经编译完成,控制台没有报错: ![image](https://github.com/didi/mpx/assets/68093183/bfa40956-8a12-43ff-819e-c0df9c93eb02) **环境信息描述** 至少包含以下部分: 1. 系统类型:Windows 2. Mpx依赖版本(@mpxjs/core:2.9.0、@mpxjs/webpack-plugin:2.9.0、@mpxjs/api-proxy:2.9.0) **最简复现demo** vue.config.js配置如下: ![image](https://github.com/didi/mpx/assets/68093183/479ad041-2e6d-4a24-ba07-710314bbabf0)

processing

app-bar 是 Skyline 推出的 WebView 版本小程序中 custom-tab-bar 的全新替代 参考: https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/appbar.html 启用该功能需要将 app bar 文件夹放置在 dist 根目录,经过测试发现 MPX 不支持将具有自定义名称的文件夹生成至 dist 根目录,希望可以像支持 custom-tab-bar 一样支持 app-bar ![image](https://github.com/didi/mpx/assets/17338101/745de919-5534-48dd-9940-8c00b34896b6) ![image](https://github.com/didi/mpx/assets/17338101/9d465511-873f-46fd-a479-de752677643c) ![image](https://github.com/didi/mpx/assets/17338101/c003855b-07e9-40a9-8b95-8add4bbb8429)

processing