File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ Example of a configuration:
180180``` js
181181new ModuleFederationTypesPlugin ({
182182 remoteManifestUrls: {
183- mfeApp1: ' https ://localhost:4480/remotes/dev/mfe-app-1-remote-entry.json' ,
184- mfeApp2: ' https ://localhost:4480/remotes/dev/mfe-app-2-remote-entry.json' ,
185- registry: ' https ://localhost:4480/remotes/dev/remote-entries.json' ,
183+ mfeApp1: ' http ://localhost:4480/remotes/dev/mfe-app-1-remote-entry.json' ,
184+ mfeApp2: ' http ://localhost:4480/remotes/dev/mfe-app-2-remote-entry.json' ,
185+ registry: ' http ://localhost:4480/remotes/dev/remote-entries.json' ,
186186 }
187187})
188188```
@@ -191,7 +191,7 @@ Example with a single manifest file:
191191
192192``` js
193193new ModuleFederationTypesPlugin ({
194- remoteManifestUrl: ' https ://localhost:4480/remotes/dev/remote-entries.json' ,
194+ remoteManifestUrl: ' http ://localhost:4480/remotes/dev/remote-entries.json' ,
195195})
196196```
197197
You can’t perform that action at this time.
0 commit comments