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

Prod release #57

Merged
merged 9 commits into from
May 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
name change
  • Loading branch information
Gunasekar-K committed Apr 18, 2022
commit 65a1fa5be31fef76d7db2ffb73fa9337848ea3c0
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = (webpackConfigEnv) => {
const orgName = "topcoder";
const defaultConfig = singleSpaDefaults({
orgName,
projectName: "micro-frontends-frame",
projectName: "mfe-core",
webpackConfigEnv,
});

Expand Down