Skip to content

Commit ef98ec0

Browse files
ablipankazupon
authored andcommitted
webpack.config.js is wrong (#699)
It's not correct that `plugins` is wrap in the `module`
1 parent 2d50123 commit ef98ec0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/en/configurations/custom-blocks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ module.exports = {
5757
}
5858
}
5959
}
60-
],
61-
plugins: [
62-
// output all docs into a single file
63-
new ExtractTextPlugin('docs.md')
6460
]
65-
}
61+
},
62+
plugins: [
63+
// output all docs into a single file
64+
new ExtractTextPlugin('docs.md')
65+
]
6666
}
6767
```

0 commit comments

Comments
 (0)