Skip to content

Autopolyfiller: a tool that lets authors use the same approach as CSS preprocessors like autoprefixer, but with JavaScript polyfills

Updated: at 08:11 PM

Simply write your JavaScript assuming the latest browser technology then let Autopolyfiller inspect your code and decide which polyfill libraries to include.

Currently we have tools like autoprefixer and -prefix-free that let us write CSS properties without the hassle of remembering what prefix we’re using for each property. In this post we are going to take a look at a tool that lets authors use a similar approach used in CSS land, but with JavaScript Polyfills - Autopolyfiller.

Read more from the source: web-design-weekly.com