Skip to content

Commit 2d7d33c

Browse files
authored
Merge pull request #100 from pmmenneg/patch-1
Minor correction to README config format
2 parents b555e4e + 83d3d51 commit 2d7d33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module.exports = {
179179
loader: "html"
180180
}
181181
]
182-
}
182+
},
183183
htmlLoader: {
184184
ignoreCustomFragments: [/\{\{.*?}}/],
185185
root: path.resolve(__dirname, 'assets'),
@@ -200,7 +200,7 @@ module.exports = {
200200
loader: "html?config=otherHtmlLoaderConfig"
201201
}
202202
]
203-
}
203+
},
204204
otherHtmlLoaderConfig: {
205205
...
206206
}

0 commit comments

Comments
 (0)