From c2918903fdf284e65bac12f4200479391cf51394 Mon Sep 17 00:00:00 2001 From: LieutenantRoger Date: Sun, 5 Sep 2021 13:07:49 +0800 Subject: [PATCH] output from challenge: 30203699 --- config/micro-frontends-config-local.json | 2 +- webpack.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/micro-frontends-config-local.json b/config/micro-frontends-config-local.json index 5183347..e1314c6 100644 --- a/config/micro-frontends-config-local.json +++ b/config/micro-frontends-config-local.json @@ -6,7 +6,7 @@ "@topcoder/micro-frontends-angular-app": "https://platform.topcoder-dev.com/angular/main.js", "@topcoder/micro-frontends-teams": "https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js", "@topcoder/micro-frontends-task-marketplace-app": "https://platform.topcoder-dev.com/tasks/topcoder-micro-frontends-task-marketplace-app.js", - "@topcoder/micro-frontends-earn-app": "http://localhost:8008/topcoder-micro-frontends-earn-app.js", + "@topcoder/micro-frontends-earn-app": "http://localhost:8008/earn-app/topcoder-micro-frontends-earn-app.js", "@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js", "@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js", "@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js" diff --git a/webpack.config.js b/webpack.config.js index 58fd788..7283d30 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -26,6 +26,7 @@ module.exports = (webpackConfigEnv) => { secure: false, }, }, + index: '', }, plugins: [ new HtmlWebpackPlugin({