angular.jsonで定義されたextraWebpackConfigファイルを使用して ngx-build-plus カスタム ビルダーでビルドされた webpack5 モジュール フェデレーションを使用するアプリをIIS にデプロイしようとしています。アプリは正常にロードを開始し、favicon を取得しますが、エラーが発生します。
Unhandled Promise rejection: Loading chunk 203 failed.
(error: http://localhost:4200/203.f429868b020a9d24d2de.js) ; Zone: <root> ; Task: Promise.then ; Value: ChunkLoadError: Loading chunk 203 failed.
(error: http://localhost:4200/203.f429868b020a9d24d2de.js)
at Object.j.f.j (http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:6321)
at http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:485
at Array.reduce (<anonymous>)
at Function.j.e (http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:451)
at http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:6874
at http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:6930 ChunkLoadError: Loading chunk 203 failed.
(error: http://localhost:4200/203.f429868b020a9d24d2de.js)
at Object.j.f.j (http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:6321)
at http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:485
at Array.reduce (<anonymous>)
at Function.j.e (http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:451)
at http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:6874
at http://localhost/webpack5-test/main.cbf4c029cfb79ab77242.js:1:6930
IIS にアプリを正常に展開するにはどうすればよいですか?