chanind / hanzi-writer

Chinese character stroke order animations and practice quizzes
https://hanziwriter.org
MIT License
3.47k stars 539 forks source link

fix: support older node and browser versions #221

Closed chanind closed 3 years ago

chanind commented 3 years ago

The current compile target for babel is the current node release, which is too modern. This PR changes the compile targets to target some older browsers and older node versions.

Hopefully this will fix #219 and fix #220

chanind commented 3 years ago

:tada: This PR is included in version 3.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: