elastic / tinymath

A tiny arithmetic expression evaluator with pluggable functions
Apache License 2.0
21 stars 16 forks source link

Build with ie11 support #29

Closed w33ble closed 6 years ago

w33ble commented 6 years ago

We're using the es2015 target, and soon we'll be using the babel-preset-env config.

We need to add polyfills for older browser support though, otherwise it still doesn't work.