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.
2 parents b555e4e + 83d3d51 commit 2d7d33cCopy full SHA for 2d7d33c
README.md
@@ -179,7 +179,7 @@ module.exports = {
179
loader: "html"
180
}
181
]
182
- }
+ },
183
htmlLoader: {
184
ignoreCustomFragments: [/\{\{.*?}}/],
185
root: path.resolve(__dirname, 'assets'),
@@ -200,7 +200,7 @@ module.exports = {
200
loader: "html?config=otherHtmlLoaderConfig"
201
202
203
204
otherHtmlLoaderConfig: {
205
...
206
0 commit comments