goatslacker / iso

Deprecated in favor of https://github.com/airbnb/hypernova
MIT License
329 stars 32 forks source link

IE8 and babel6 export issue #26

Open iam4x opened 8 years ago

iam4x commented 8 years ago

There's a known issue that babel6 doesn't export with CommonJS syntax so the build is un-usable into IE8.

https://phabricator.babeljs.io/T2817#70267

goatslacker commented 8 years ago

How about we run it through es3ify or something like that?