python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
CRA 5 upgraded to Webpack 5. How does it help using Webpack Module Federation with CRA without ejecting?
Module Federation requires Webpack 5.
The new Create React App (CRA) v5 released last December was upgraded to Webpack 5.
How does it help using Webpack Module Federation with CRA without ejecting?
An...
PedroF
Votes: 0
Answers: 1
Service worker in a webpack module federation environment
I have a small setup with webpack module federation, one container app and one remote. The remote is exposing itself completely and the container is consuming it to show it after clicking a navigation...
koengsen
Votes: 0
Answers: 1
remoteEntry.js was not being fetched despite being defined?
Please find below the webpack.config.js for host/container
plugins: [
new ModuleFederationPlugin({
name: "host",
remotes: {
subA: "sub_a@http://localhost:8081/re...

Isaac
Votes: 0
Answers: 1
Angular MFE - WebPack5 - Module Federation - I18N translations
We are working with multiple angular MFE projects (with nx), after successfully loading the host and remote modules and showing the page (through routes), the next step was translations.
I have a shar...
Max Sassen
Votes: 0
Answers: 1