css-minification-benchmark
css-minification-benchmark copied to clipboard
A comparison of CSS minifiers for node.js
https://github.com/tdewolff/minify Go is often more used by more sys-admin types (Docker, CloudFlare, etc), but I think it may be better than Node for build tools, since Go runs almost as...
Expressing the variation in percent would greatly improve results readiness (like jsperf.com)
When we have the tables separated, this should improve usability. We can use https://github.com/Mottie/tablesorter
Refs https://github.com/GoalSmashers/css-minification-benchmark/issues/3#issuecomment-28987749
[`@csstools/postcss-minify`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-minify#readme) is a fast minifier for PostCSS that focusses on correctness and compliance. It doesn't produce as outputs that are as small as tools like cssnano, but it's more correct...
Bumps [webpack](https://github.com/webpack/webpack) from 5.66.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Parcel CSS has been renamed Lightning CSS since v1.14.0. See: https://github.com/parcel-bundler/lightningcss/releases/tag/v1.14.0 And I added the missing entry in the "Which engines are covered?" section.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...