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

Commit d0566be

Browse files
authored
Merge pull request #26 from ragingwind/patch-1
Update README.md
2 parents be728db + f4e4b67 commit d0566be

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)