Closed jamesnw closed 3 days ago
Current state:
Bundle Size: 223.72KiB
Moving from import * as csstree
to more granular imports-
Bundle Size: 116.87KiB
We might be able to reduce by another 41kb by removing source-map-js- I suspect it is not needed in the compiled bundle.
It would be useful to audit the polyfill dist size, with a tool like rollup-plugin-bundle-stats. The majority of the code is from csstree, and we may be able to reduce the size by changing how we import things.