Skip to content

Commit

Permalink
fix: add app2 remote configuration to app1 webpack (#4329)
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Jackson <[email protected]>
  • Loading branch information
avinash-threado and ScriptedAlchemy authored Jan 22, 2025
1 parent d4851d4 commit d7909ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions redux-reducer-injection/app1/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit d7909ea

Please sign in to comment.