fix(react): mf remote name incorrect with directory option (#17430)
Co-authored-by: vhu@twilio.com <Huli4946145>
This commit is contained in:
parent
e21077f815
commit
09deeef328
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user