Replies: 1 comment 1 reply
-
You need to ignore it because webpack or esbuild can’t know how to build it by default. We don’t ignore them out of the box, because main use case of using webpack from Size Limit is open source JS libraries (where you can’t use |
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
-
The Verbum project is using size-limit GH actions tests, and it's has an error: "No loader is configured for ".ttf" files...". This files using by Katex library.
In my branch I fix it by adding ignore file types list:
["*.woff", "*.woff2", "*.ttf"]
.Can you explain me please, why should I add ignore types list? And is that corrct to ignore some file types for analyse library size?
Beta Was this translation helpful? Give feedback.
All reactions