Closed uioz closed 3 years ago
当项目目录中存在 mfe-config.js 的时候需要将其路径写入到 manifest.configPath 属性上反之则不需要, 该信息可以帮助 server 读取 mfeConfig.static 字段.
mfe-config.js
manifest.configPath
server
mfeConfig.static
不在支持 manifest.configPath 因为 mfe-config.js 这个文件是固定名称和路径, 不需要写入到 manifest.json 中.
manifest.json
说明
当项目目录中存在
mfe-config.js
的时候需要将其路径写入到manifest.configPath
属性上反之则不需要, 该信息可以帮助server
读取mfeConfig.static
字段.