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 24d9134 commit 61e1012Copy full SHA for 61e1012
portal/index.js
@@ -34,23 +34,6 @@ registerMicroApps(
34
loader,
35
activeRule: '/app2',
36
}
37
- // {
38
- // name: 'react16',
39
- // entry: '//main.ppap.live:7100',
40
- // // entry: process.env.NODE_ENV === 'production' ? '//main.ppap.live:7100' : '//localhost:7100',
41
- // container: '#subapp-viewport',
42
- // loader,
43
- // activeRule: '/react16',
44
- // },
45
46
- // name: 'vue',
47
- // // entry: '//main.ppap.live:7101',
48
- // entry: '//main.ppap.live:7101',
49
- // // entry: process.env.NODE_ENV === 'production' ? '//main.ppap.live:7101' : '//localhost:7101',
50
51
52
- // activeRule: '/vue',
53
- // }
54
],
55
{
56
beforeLoad: [
0 commit comments