GoogleChromeLabs / critters

🦔 A Webpack plugin to inline your critical CSS and lazy-load the rest.

Home Page:https://npm.im/critters-webpack-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compress output using Parcel-CSS

developit opened this issue · comments

Inlined styles should be compressed to deduplicate when multiple stylesheet sources are used. We removed this in the refactor because cssnano was too slow, but it looks like parcel-css is 10x faster and could be used.