The recommended Autoprefixer package is huge! Any other recommendations?

While trying the cost-of-modules package, I’ve realised that PostCSS’s Autoprefixer package recommended by the guide is taking too much space > 11M and it is the biggest npm package in my environment (second is react-dom and the third is react - 7M). Is there a smaller & reliable alternatives of Autoprefixer that you would recommend?

Is there a particular reason the size is important?
After all, the module never gets sent to the client and you can cache it in a CI environment to prevent it being downloaded every time

1 Like