Lucas Estevão

Results 5 comments of 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...

Hi. I've been using this plugin but Codecov doesn't show any data yet, only the "Configure bundle analysis" info. Wondering what can be wrong in my setup (with Nx). Is...

@nicholas-codecov thanks for you reply! I didn't notice there's a `debug` flag. That helped me to figure the issue on my setup: report was never uploading analysis due to missing...