Skip to content

Commit a8a32bd

Browse files
authoredMay 14, 2021
Don't return, export
1 parent 447c5b7 commit a8a32bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In order to specify [custom renderers](https://github.com/peerigon/markdown-load
5353
const marked = require("marked");
5454
const renderer = new marked.Renderer();
5555

56-
return {
56+
module.exports = {
5757
module: {
5858
rules: [{
5959
test: /\.md$/,

0 commit comments

Comments
 (0)
Please sign in to comment.