-
# Bug report
**What is the current behavior?**
When using Module Federation, sharing a dependency and your other dependencies are using it too but in different versions, it won't…
-
Hello,
I noticed that when I'm putting shared dependencies inside federation plugin it's loading those dependencies sequentially and not in parallel, This is causing bad performance when page first i…
-
Imagine that I have two tables: pack_a and pack_b.
In my application, I only want to fetch the items of pack_a when user enters the feature A, and only fetch the items of pack_b when user enters the …
-
### Is your feature request related to a problem? Please describe.
Users likely want Module Federation, ive spoken to maintainers of Nuxt on twitter and we agreed that MF would be a great addition.…
-
## Background
- 독립적인 공통 컴포넌트(ui-components)패키지를 bbl-nx앱 내 빌드에 포함하여 배포하지 아니하기 위함.
- bbl-nx앱 빌드, 영향 범위를 분리함으로써 결합도를 낮출 수 있다.
- 홈페이지 서비스 정도는 실상 오버엔지니어링일 수 있지만 점차 확장된 서비스(블로그, Snippet, Playground, …
-
-
### Version
5.0.4
### Environment info
```
System:
OS: Windows 10 10.0.18362
CPU: (6) x64 Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
Binaries:
Node: 12.14.0 - C:\Prog…
-
Hello Webpack contributors,
I've encountered an issue with dynamically loading remote-entry files (fetching remote-entry files as needed) using Module Federation. I have a custom module loader tha…
-
## Feature request
**What is the expected behavior?**
It seems that although dynamic imports are supported in federated modules, and it is possible to obtain `remoteEntry.js` on ru…
-
At first, this is not a bug. The webpack version I use: 5.88.1.
I work in a company who's business logic of products are very complex. Micro-Frontend architecture is quite common in my company, …