date-fns / date-fns-upgrade

A tool for upgrading date-fns versions
8 stars 8 forks source link

Compile to ES5 #7

Closed silvenon closed 4 years ago

silvenon commented 4 years ago

ES6 is an unnecessary cutoff in browser support, e.g. IE doesn't support arrow functions, so now TypeScript is configured to compile to ES5 instead.

Fixes #6.