Skip to content

Commit b803e57

Browse files
committed
fix babel_include package name
1 parent 8165545 commit b803e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/module-federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const package_json_patternslib = require("@patternslib/patternslib/package.json"
5757
Then find the following line:
5858

5959
```js
60-
config = patternslib_config(env, argv, config, ["mockup"]);
60+
config = patternslib_config(env, argv, config, ["@plone/mockup"]);
6161
```
6262

6363
Below this line add the following:

0 commit comments

Comments
 (0)