Uh oh!
There was an error while loading. Please reload this page.
allow CORS on webpack-dev-server - #11325
Conversation
lomocc
commented
Aug 26, 2021
maybe you can set |
hasanayan
commented
Aug 27, 2021
Yes, this is a working workaround, one could also use craco to do this but we are working on making create-react-app module-federation ready out of the box. |
raix
commented
Sep 3, 2021
@hasanayan agree we might need this (just looking at the module federation examples) |
hasanayan
commented
Sep 3, 2021
I feel ya :) will update the PR soon |
hasanayan
commented
Sep 3, 2021
@raix done :) |
iansu
commented
Sep 22, 2021
Thanks! |
working with module federation locally in development mode requires CORS. This PR enables that.