Skip to content

Commit 92b7533

Browse files
pwfcurryljharb
authored andcommittedAug 7, 2019
dynamic-import-chunkname: Fixed invalid chunk name pattern in docs
1 parent 35a12f9 commit 92b7533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/rules/dynamic-import-chunkname.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can also configure the regex format you'd like to accept for the webpackChun
1111
{
1212
"dynamic-import-chunkname": [2, {
1313
importFunctions: ["dynamicImport"],
14-
webpackChunknameFormat: "[a-zA-Z0-57-9-/_]"
14+
webpackChunknameFormat: "[a-zA-Z0-57-9-/_]+"
1515
}]
1616
}
1717
```

0 commit comments

Comments
 (0)
Please sign in to comment.