[v4] What is a realistic minimum file size with v4? #16518
-
I noticed my file sizes went up on a few projects when I transitioned from v3 to v4. As a quick gut check, I followed the CLI setup example in the documentation in an empty working directory. I'm surprised to see it starts out at ~18kB:
Is this really the smallest you can get, or am I missing something? The example page only includes a few classes: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's a lot of additional boilerplate from the CSS variables we include in the output at the moment. We're planning to remove unused CSS variables as well and even shipped a release that included an early implementation, but had to revert because of an issue we discovered after release. We'll continue to get it trimmed down though 👍 |
Beta Was this translation helpful? Give feedback.
There's a lot of additional boilerplate from the CSS variables we include in the output at the moment. We're planning to remove unused CSS variables as well and even shipped a release that included an early implementation, but had to revert because of an issue we discovered after release. We'll continue to get it trimmed down though 👍