This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
"@topcoder/micro-frontends-angular-app" : " https://platform.topcoder-dev.com/angular/main.js" ,
7
7
"@topcoder/micro-frontends-teams" : " https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js" ,
8
8
"@topcoder/micro-frontends-task-marketplace-app" : " https://platform.topcoder-dev.com/tasks/topcoder-micro-frontends-task-marketplace-app.js" ,
9
- "@topcoder/micro-frontends-earn-app" : " http://localhost:8008/topcoder-micro-frontends-earn-app.js" ,
9
+ "@topcoder/micro-frontends-earn-app" : " http://localhost:8008/earn-app/ topcoder-micro-frontends-earn-app.js" ,
10
10
"@topcoder/micro-frontends-submission-review-app" : " https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js" ,
11
11
"@topcoder/micro-frontends-model-app" : " https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js" ,
12
12
"@topcoder/micro-frontends-community-admin-app" : " https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js"
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ module.exports = (webpackConfigEnv) => {
26
26
secure : false ,
27
27
} ,
28
28
} ,
29
+ index : '' ,
29
30
} ,
30
31
plugins : [
31
32
new HtmlWebpackPlugin ( {
You can’t perform that action at this time.
0 commit comments