Skip to content

Commit cb3e640

Browse files
authored
docs: fix the configuration example in create-config.mdx (#4004)
1 parent a892d74 commit cb3e640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website-new/src/components/common/webpack/create-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```js title='module-federation.config.js'
2-
module.export = {
2+
module.exports = {
33
name: 'host',
44
remotes: {
55
provider: 'provider@http://localhost:2004/mf-manifest.json',

0 commit comments

Comments
 (0)