terser / html-minifier-terser

actively maintained fork of html-minifier - minify HTML, CSS and JS code using terser - supports ES6 code
https://terser.org/html-minifier-terser
MIT License
385 stars 32 forks source link

Replace `is-ci` with `ci-info`.isCI #189

Open TheDevMinerTV opened 5 days ago

TheDevMinerTV commented 5 days ago

Additional details is-ci just imports the underlying ci-info package and exports a single field. We might as well just use that package instead and save ourselves (/NPM) the extra lookup and bandwidth (4kB).

image

This PR saves about 3kB per install for developers, and two HTTP call to NPMs API. It doesn't impact dependants.