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

Commit 40a1220

Browse files
authored
Merge branch 'master' into master
2 parents aca5288 + e29cdd4 commit 40a1220

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ new PreloadWebpackPlugin({
224224

225225
In example above, only files with name matches `/\.include/` will be included.
226226

227-
## Filtering Html
227+
## Filtering HTML
228228

229229
In some case, you may don't want to preload resource on some file. But using `fileBlacklist` is weird, because you may want to inlcude this chunk on another file. So you can use `excludeHtmlNames` to tell preload plugin to ignore this file.
230230

@@ -246,7 +246,6 @@ plugins: [
246246
new PreloadWebpackPlugin({
247247
excludeHtmlNames: ['index.html'],
248248
})
249-
]
250249
```
251250

252251
Resource Hints

0 commit comments

Comments
 (0)