You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,14 @@ module.exports = {
272
272
273
273
For long term caching use `filename: "[contenthash].css"`. Optionally add `[name]`.
274
274
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.
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