Replies: 1 comment
-
This has been implemented now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Amazing updated with Module Federation 2.0!!!
I have recently implemented the first version for my code and upgraded to the new version. An observation when working with producer application was that the mf-manifest.json is not getting generated when publicPath is 'auto', for other values the file gets generated.
When an empty value is provided, the container requests the file relative to its path.
Can you please help me understand how the webpack configuration can be configured to generate the mf-manifest.json file for higher environments and makes call to the right host?
Below is the module federation configuration that I am using along with React 18 and @module-federation/enhanced: 0.1.11.
Beta Was this translation helpful? Give feedback.
All reactions