Skip to content

Commit 83d3d51

Browse files
authored
Minor correction to README config format
1 parent f12aab1 commit 83d3d51

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
@@ -161,7 +161,7 @@ module.exports = {
161161
loader: "html"
162162
}
163163
]
164-
}
164+
},
165165
htmlLoader: {
166166
ignoreCustomFragments: [/\{\{.*?}}/],
167167
root: path.resolve(__dirname, 'assets'),
@@ -182,7 +182,7 @@ module.exports = {
182182
loader: "html?config=otherHtmlLoaderConfig"
183183
}
184184
]
185-
}
185+
},
186186
otherHtmlLoaderConfig: {
187187
...
188188
}

0 commit comments

Comments
 (0)