-
Hi, I found this package from Graphql Module community. It looks neat and cool.
However, the document is not well-prepared and neither for example when I have check issues and examples.
Could a…
-
Same as it happend on AWS (fixed in https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/pull/26) we're getting collision on both simple/org examples, when concurrent testing, on following res…
-
There is an interesting discussion about adding Federation support to `graphql-go` here: https://github.com/graphql-go/graphql/issues/492
`graphql-go` is intended to be more of a `graphql-js` clone…
-
Hi, I am using module federation to build a application
my remote webpack conf:
```
// remote webpack
shared: {
...deps,
react: {
singleton: true,
import: false,
eager: fals…
-
Hi,
I came across the following error when starting storybook. The error happens in both `npm start` and `npm run build`. Is there anything I missed?
Steps to reproduce:
1. Clone the repo
2. …
-
Hi there,
My team is developing a React SSR app using NX, and we have observed that the individual apps are not able to function independently. For example, if we have one remote and one host app, …
-
This repo currently lacks a test application for testing of changes.
Perhaps we can use `NX` for developing this package as well as to create a test app for development.
-
# Bug report
**What is the current behavior?**
When using shared modules with Webpack Module Federations, the worker chunk will contain references to shared contexts, but the worker runtime does…
-
Module Federation has a method to load dynamic remotes: https://module-federation.io/guide/basic/runtime.html
The webpack plugin has the following application example: https://github.com/module-fe…
jofmi updated
3 weeks ago
-
Right now, the Native Federation (NF) plugin has an issue with nested modules. Using Webpack Module Federation (WMF) what you can do is to have the following picture:
```
# host
-> remotes: MF1…