Autopolyfiller
I’m sure we can safely say at the time of this writing and going forward that we as developers no longer care to maintain let alone write prefixes and polyfills in our code. The task is time consuming, messy and hard to maintain over time.
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.
Today we’re going to take look at a tool that lets authors use a similar approach used in CSS land, but with JavaScript Polyfills!