Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit f4e4b67

Browse files
authored
Update README.md
Remove '.' in `.map` matching pattern
1 parent be728db commit f4e4b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Passing your own array will override the default, so if you want to continue fil
141141

142142
```js
143143
new PreloadWebpackPlugin({
144-
fileBlacklist: [/\.map./, /\.whatever/]
144+
fileBlacklist: [/\.map/, /\.whatever/]
145145
})
146146
```
147147

0 commit comments

Comments
 (0)