Remove large font assets #22

Closed
opened 2020-07-30 12:07:57 +02:00 by FWDekker · 1 comment
Owner

Webpack warns

remote: WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
remote: This can impact web performance.
remote: Assets: 
remote:   86541105409e56d1729117b6c897adc3.svg (470 KiB)

Resolve this warning by removing the asset, dynamically loading it, or just ignore this warning.

Webpack warns ``` remote: WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). remote: This can impact web performance. remote: Assets: remote: 86541105409e56d1729117b6c897adc3.svg (470 KiB) ``` Resolve this warning by removing the asset, dynamically loading it, or just ignore this warning.
Author
Owner

The .svg is the only large font, and it's only ever used as a fallback. Only old browsers will load the .svg, so this has virtually zero impact on modern browsers.

The `.svg` is the only large font, and it's only ever used as a fallback. Only old browsers will load the `.svg`, so this has virtually zero impact on modern browsers.
FWDekker self-assigned this 2020-08-13 13:25:17 +02:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tools/minesweeper#22
No description provided.