From d7909ea7e29e1da671e8703705020abdca647d7e Mon Sep 17 00:00:00 2001 From: Avinash Srivastava <92708275+avinash-threado@users.noreply.github.com> Date: Wed, 22 Jan 2025 07:00:42 +0530 Subject: [PATCH] fix: add app2 remote configuration to app1 webpack (#4329) Co-authored-by: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com> --- redux-reducer-injection/app1/webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redux-reducer-injection/app1/webpack.config.js b/redux-reducer-injection/app1/webpack.config.js index 9d745fbd296..fbfa511e1aa 100644 --- a/redux-reducer-injection/app1/webpack.config.js +++ b/redux-reducer-injection/app1/webpack.config.js @@ -39,6 +39,9 @@ module.exports = { name: 'app1', library: { type: 'var', name: 'app1' }, filename: 'remoteEntry.js', + remotes: { + app2: 'app2@http://localhost:3002/remoteEntry.js', // Added App2 remote + }, shared: { ...deps, react: {