Missing ES6 feature transpile
cat2608 opened this issue · 1 comments
cat2608 commented
Hi, thanks for the library :)
I would like to know if you could transpile it to ES5. I'm getting an error because of this line:
currencyFormatter.js/currencyFormatter.js
Line 1262 in f85b991
That happens when I run webpack -p so UglifyJS breaks
I've added some changes to be able to use ES6 in this PR #15 in the future. Thanks :)
osrec commented
Added in version 2.1.0 - thanks very much for the pull request :)