Lucas Estevão
Lucas Estevão
After digging into Module Federation codebase, I realized that https://webpack.js.org/concepts/module-federation/ is presenting outdated information. With this PR https://github.com/webpack/webpack/pull/10960, `OverridablesPlugin` got replaced with `SharePlugin`. That means Overriding, OverridablesPlugin, Dynamic Remote Containers...
I'm facing the same issue. ``` Node : 20.9.0 OS : darwin-arm64 pnpm : 8.15.2 nx (global) : 18.0.4 nx : 18.0.4 @nx/js : 18.0.4 @nx/eslint : 18.0.4 @nx/workspace :...
I've faced this issue today! Struggle to find the root cause. Basically some transient dependency was updating `string-width` to `v5`. I had to add a yarn resolution to `[email protected]` in...