magento-research / peregrine

(Defunct) Moved to https://github.com/magento-research/pwa-studio
Open Software License 3.0
29 stars 1 forks source link

IE11 Compat #15

Closed DrewML closed 6 years ago

DrewML commented 6 years ago

This lib currently only compiles down experimental syntax. We need to compile down all other syntax not supported by IE11 (basically the entirety of ES2015+).

Can either export a "modern" and "legacy" lib, or just a single lib export that compiles to the lowest common denominator.

DrewML commented 6 years ago

As of #16 we're doing lowest common denominator.