Skip to content

Commit

Permalink
fix(react): mf remote name incorrect with directory option (#17430)
Browse files Browse the repository at this point in the history
Co-authored-by: [email protected] <Huli4946145>
  • Loading branch information
victoriahu authored Jun 22, 2023
1 parent e21077f commit 09deeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/generators/remote/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function remoteGenerator(host: Tree, schema: Schema) {
tasks.push(initAppTask);

if (schema.host) {
updateHostWithRemote(host, schema.host, options.name);
updateHostWithRemote(host, schema.host, options.projectName);
}

// Module federation requires bootstrap code to be dynamically imported.
Expand Down

1 comment on commit 09deeef

@vercel
Copy link

@vercel vercel bot commented on 09deeef Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.