Angular Module Federation. Uncaught (in promise): TypeError: container.init is not a function

Angular Module Federation. Uncaught (in promise): TypeError: container.init is not a function

我使用 angular module federation plugin but faced with an error Uncaught (in promise): TypeError: container.init is not a function after I load the remote component error image link

创建了两个 angular 模块联合应用程序

我发现这个 github issue thread 的解决方案是在 webpack.config.js 文件的 output 部分添加 scriptType: 'text/javascript',但它对我不起作用。

如果您需要有关应用程序的更多详细信息,请访问 host and remote 存储库的链接。

@angular/cli 版本为 13.0.2

@angular-architects/module-federation 版本为 14.2.3.

谢谢。

使 Angular 独立项目的模块联合工作。

刚刚安装 Webpack 5.72.0 作为开发依赖项。

Webpack 没有在 package.json 的依赖项中列出,我通过 node_modules 文件夹查看了它的版本,它是 5.64.0.