Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f1fe70b

Browse files
Merge pull request #25 from topcoder-platform/earn-restructure
output from challenge: 30203699
2 parents 2e6172f + c291890 commit f1fe70b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/micro-frontends-config-local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@topcoder/micro-frontends-angular-app": "https://platform.topcoder-dev.com/angular/main.js",
77
"@topcoder/micro-frontends-teams": "https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js",
88
"@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",
1010
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",
1111
"@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js",
1212
"@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js"

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = (webpackConfigEnv) => {
2626
secure: false,
2727
},
2828
},
29+
index: '',
2930
},
3031
plugins: [
3132
new HtmlWebpackPlugin({

0 commit comments

Comments
 (0)