smat

Results 6 comments of smat

还有一个问题: 当项目配置 entry 为 string且 vite 模式时, entry 配置无效 , ice版本 2.6.0 @ClarkXia

![企业微信截图_16488090847939](https://user-images.githubusercontent.com/20716152/161247126-8b74f3bd-97b1-4918-8a2c-037ec1128f04.png) 配置如图, 同时配置 exposes和 remotes时会复现以上bug, 其他情况无问题, @ClarkXia

楼主方法可以, 强制把图片缩放为100%宽高度自适应,建议 wxParse.wxml第21行直接修改两个属性: mode="widthFix" style="{{item.attr.style}};width:100%;overflow: hidden;" 这样就不用去修改 wxParse.wxss 了

ice2.x webpack5 下的@alilc/lowcode-plugin-code-editor的插件报错, 是 @babel/helper-define-polyfill-provider这个库的package.json的 exports 配置不生效, 调用了node环境的代码导致的 ![image](https://user-images.githubusercontent.com/20716152/164168171-2fbcb233-12af-46af-b2ec-ae436990c86b.png) 这里的node 硬改成browser即可, 应该有更好的修复方式, ice文档里没找到

请问ice3下入口文件export为config, 如何使用moduleFederation? @ClarkXia