Skip to content

Commit cfc4e60

Browse files
niklasgrahlskipjack
authored andcommitted
docs(config): use regex instead of string in test example (#1452)
1 parent 4a23ad0 commit cfc4e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = {
163163
},
164164
165165
{
166-
[test](/configuration/module#rule-test): "\.html$",
166+
[test](/configuration/module#rule-test): /\.html$/,
167167
168168
[use](/configuration/module#rule-use): [
169169
// apply multiple loaders and options

0 commit comments

Comments
 (0)