Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d7909ea

Browse files
avinash-threadoScriptedAlchemy
andauthored
fix: add app2 remote configuration to app1 webpack (#4329)
Co-authored-by: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com>
1 parent d4851d4 commit d7909ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎redux-reducer-injection/app1/webpack.config.js‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ module.exports = {
3939
name: 'app1',
4040
library: { type: 'var', name: 'app1' },
4141
filename: 'remoteEntry.js',
42+
remotes: {
43+
app2: 'app2@http://localhost:3002/remoteEntry.js', // Added App2 remote
44+
},
4245
shared: {
4346
...deps,
4447
react: {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /