Web: Login: fix mf config

This commit is contained in:
Artem Tarasov 2022-08-11 11:29:43 +03:00
parent 3967f2d69d
commit cb6b8fcc7a

View File

@ -77,10 +77,10 @@ const clientConfig = {
name: "login",
filename: "remoteEntry.js",
remotes: {
studio: `studio@${combineUrl(proxyURL, "/remoteEntry.js")}`,
client: `client@${combineUrl(proxyURL, "/remoteEntry.js")}`,
},
exposes: {
"./login": "./src/client/App.tsx",
"./login": "./src/client/components/Login.tsx",
// "./roomsLogin": "../src/RoomsLogin.tsx",
// "./codeLogin": "../src/CodeLogin.tsx",
// "./moreLogin": "../src/sub-components/more-login.tsx",