When running this branch code in astro dev Firefox takes 13 secs to load the code and it's size reported from firefox is:
{
"Status": "200OK",
"Version": "HTTP/1.1",
"Transferred": "46.78 kB (46.65 kB size)",
"Request Priority": "Highest",
"DNS Resolution": "System"
}
But also when building it's reported that expressive-code is size of 18.25kb in astro build.
14:17:40 [vite] dist/_astro/ec.j8ofn.css 18.25 kB │ gzip: 3.85 kB
Is this normal?