mui / pigment-css

Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styles to their own CSS files at build time.
MIT License
389 stars 18 forks source link

[core] Monitor build time in each PR #99

Open oliviertassinari opened 1 month ago

oliviertassinari commented 1 month ago

Summary

Similar to #78 that is about bundle size, I believe we should eventually monitor the build time cost of Pigment CSS.

Examples

No response

Motivation

See the conversation in https://gitlab.com/gitlab-org/frontend/rfcs/-/issues/107. Build time is one of the main concerns:

How much slower will the build be as comparing from today? (we already have a really slow build due to how we compile JS code in WebPack, would that add to the matter? evaluating the entire codebase is not free)

Search keywords: -