Skip to content

Commit 0862b9c

Browse files
committed
Simplify factories installation docs
1 parent 8f207d0 commit 0862b9c

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

apps/website/docs/factories/index.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ Second, you need to add `@withease/factories` to the config of [`effector/babel-
3838

3939
```json [effector/babel-plugin]
4040
{
41-
"plugins": [
42-
["effector/babel-plugin", { "factories": ["@withease/factories"] }]
43-
]
41+
"plugins": [["effector/babel-plugin"]]
4442
}
4543
```
4644

@@ -49,14 +47,7 @@ Second, you need to add `@withease/factories` to the config of [`effector/babel-
4947
"$schema": "https://json.schemastore.org/swcrc",
5048
"jsc": {
5149
"experimental": {
52-
"plugins": [
53-
[
54-
"@effector/swc-plugin",
55-
{
56-
"factories": ["@withease/factories"]
57-
}
58-
]
59-
]
50+
"plugins": [["@effector/swc-plugin"]]
6051
}
6152
}
6253
}

0 commit comments

Comments
 (0)