Build warning for font resource size #8886
Unanswered
ssuess
asked this question in
CLI - PWA mode
Replies: 1 comment 1 reply
-
@ssuess Why not use the woff/woff2 files instead of the Glyph file? I would (make a copy first) remove all the Glyphs from that file you are not using. The whole thing is getting loaded into the browser. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For a while now when building my pwa (with
quasar build -m pwa
), I get this warning at the end:The app still works fine, but I guess I am looking for some advice here:
maximumFileSizeToCacheInBytes
?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions