We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447c5b7 commit a8a32bdCopy full SHA for a8a32bd
README.md
@@ -53,7 +53,7 @@ In order to specify [custom renderers](https://github.com/peerigon/markdown-load
53
const marked = require("marked");
54
const renderer = new marked.Renderer();
55
56
-return {
+module.exports = {
57
module: {
58
rules: [{
59
test: /\.md$/,
0 commit comments