Skip to content

Commit 79f8a25

Browse files
committed
build: vercel
1 parent f1983fd commit 79f8a25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webpack/mfe.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
*/
1818
export const remoteProjects = [
1919
{
20-
name: 'ss8k',
20+
name: 'projectA',
2121
devUrl: 'http://localhost:8081/remoteEntry.js',
2222
prodPath: '/projectA/remoteEntry.js',
2323
envKey: 'MFE_PROJECTA_URL', // 允许通过 process.env.MFE_PROJECTA_URL 覆盖
2424
},
2525
{
26-
name: 'y9h4',
26+
name: 'projectB',
2727
devUrl: 'http://localhost:8082/remoteEntry.js',
2828
prodPath: '/projectB/remoteEntry.js',
2929
envKey: 'MFE_PROJECTB_URL',

0 commit comments

Comments
 (0)