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 f12aab1 commit 83d3d51Copy full SHA for 83d3d51
README.md
@@ -161,7 +161,7 @@ module.exports = {
161
loader: "html"
162
}
163
]
164
- }
+ },
165
htmlLoader: {
166
ignoreCustomFragments: [/\{\{.*?}}/],
167
root: path.resolve(__dirname, 'assets'),
@@ -182,7 +182,7 @@ module.exports = {
182
loader: "html?config=otherHtmlLoaderConfig"
183
184
185
186
otherHtmlLoaderConfig: {
187
...
188
0 commit comments