MrCeleryman / ParmyayWeb

The Web component for Parmyay (https://github.com/MrCeleryman/Parmyay)
MIT License
3 stars 0 forks source link

Shims for es compatibiliy #3

Closed CaptainAchilles closed 7 years ago

CaptainAchilles commented 7 years ago

Duplicate of https://github.com/MrCeleryman/Parmyay/issues/39

Our project is targeting es6, however we have no shims in place for older browsers. I think it is appropriate to use something like the following to preserve backwards compatibility for our application.

Using babel-polyfill for now

MrCeleryman commented 7 years ago

Whats the progress on this @CaptainAchilles ?

CaptainAchilles commented 7 years ago

Closed in #14