Closed Nalca closed 5 years ago
It do not include Promise polyfill, but it's probably better left to the user.
Thanks for the PR. I have limited time during the holidays, but will take some time to look at this sometime soon. Cheerts!
Thanks. I have incorporated this in 3.0 build. It was too much of a refactor to pull in this particular request.
Instead of using babel to generate ES6, I used rollup + typescript with a different target, depending on the bundle.
Should fix #47
Now, only the minifier use babel. Maybe we should use https://github.com/TrySound/rollup-plugin-terser instead of babel-minify