You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This package exposes a node CLI command called `make-federated-types`. Once inst
9
9
You'll need to install this module with either NPM or yarn:
10
10
11
11
```
12
-
yarn add @pixability-ui/federated-types
12
+
yarn add @pixability/federated-types
13
13
```
14
14
15
15
You'll also need to place a `federation.config.json` in each package being federated. It will contain the remote name and exported members. These properties are used in Webpack's `ModuleFederationPlugin` configuration object. An example:
0 commit comments