We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1983fd commit 79f8a25Copy full SHA for 79f8a25
1 file changed
webpack/mfe.config.js
@@ -17,13 +17,13 @@
17
*/
18
export const remoteProjects = [
19
{
20
- name: 'ss8k',
+ name: 'projectA',
21
devUrl: 'http://localhost:8081/remoteEntry.js',
22
prodPath: '/projectA/remoteEntry.js',
23
envKey: 'MFE_PROJECTA_URL', // 允许通过 process.env.MFE_PROJECTA_URL 覆盖
24
},
25
26
- name: 'y9h4',
+ name: 'projectB',
27
devUrl: 'http://localhost:8082/remoteEntry.js',
28
prodPath: '/projectB/remoteEntry.js',
29
envKey: 'MFE_PROJECTB_URL',
0 commit comments