We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4851d4 commit d7909eaCopy full SHA for d7909ea
redux-reducer-injection/app1/webpack.config.js
@@ -39,6 +39,9 @@ module.exports = {
39
name: 'app1',
40
library: { type: 'var', name: 'app1' },
41
filename: 'remoteEntry.js',
42
+ remotes: {
43
+ app2: 'app2@http://localhost:3002/remoteEntry.js', // Added App2 remote
44
+ },
45
shared: {
46
...deps,
47
react: {
0 commit comments