streamich / set-harmonic-interval

one timer for all setInterval() with identical ms delay
The Unlicense
12 stars 0 forks source link

Change build target to ES5 #5

Closed leepowelldev closed 5 years ago

leepowelldev commented 5 years ago

Update build target from ES8 to ES5 to fix this IE11 issue in react-use: https://github.com/streamich/react-use/issues/575

Husky hooks also had to be updated, and prettier needed to be run to pass husky checks.

xobotyi commented 5 years ago

It duplicates #3 and #4

leepowelldev commented 5 years ago

There is no other way of making a commit while those PRs are not merged.

leepowelldev commented 5 years ago

Ah, sorry didn’t see the work that was done on #4