Skip to content

Commit 04605a7

Browse files
author
jgillespie
committed
feat: add in new behavior to documentation
1 parent fe35279 commit 04605a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,14 @@ module.exports = {
272272

273273
For long term caching use `filename: "[contenthash].css"`. Optionally add `[name]`.
274274

275+
#### rel="preload" support
276+
277+
On browsers that support `<link rel="preload" as="style">`, then CSS links will be preloaded by default.
278+
This is both to improve page load performance, and addresess Chrome Lighthouse SEO performance audits requiring the use of rel="preload" with asynchronous chunks.
279+
280+
-[Lighthouse article](https://developers.google.com/web/tools/lighthouse/audits/preload)
281+
282+
275283
### Media Query Plugin
276284

277285
If you'd like to extract the media queries from the extracted CSS (so mobile users don't need to load desktop or tablet specific CSS anymore) you should use one of the following plugins:

0 commit comments

Comments
 (0)