Preload only woff2 fonts
All of our supported browsers understand `woff2`, so there's no need to make everyone preload the older `woff` as well.
This commit is contained in:
@@ -431,7 +431,7 @@ module.exports = (env, argv) => {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
new HtmlWebpackInjectPreload({
|
new HtmlWebpackInjectPreload({
|
||||||
files: [{ match: /.*Inter.*\.woff2?$/ }],
|
files: [{ match: /.*Inter.*\.woff2$/ }],
|
||||||
}),
|
}),
|
||||||
|
|
||||||
...additionalPlugins,
|
...additionalPlugins,
|
||||||
|
|||||||
Reference in New Issue
Block a user