vue-tweet-embed icon indicating copy to clipboard operation
vue-tweet-embed copied to clipboard

ES5 support

Open OwenMelbz opened this issue 6 years ago • 3 comments

Hey, loving the package so far - however we started testing for a release and noticed that the package has not got a transpiled version bundled.

Would you consider including a backward compatible version in the distribution?

Thanks

OwenMelbz avatar Nov 12 '17 14:11 OwenMelbz

This would be great this could be implemented, as I also have a project needing this

jamie-selesti avatar Nov 13 '17 11:11 jamie-selesti

Agreed, I'll take a look as soon as I have a moment

tonickkozlov avatar Nov 13 '17 17:11 tonickkozlov

@OwenMelbz Currently the project's being built using babel es2015 transform. Are your issues related to missing Promise and Object.assign? Do you think including shims for those into this project would fix your issues?

tonickkozlov avatar Nov 24 '17 09:11 tonickkozlov