This repository was archived by the owner on Oct 26, 2018. It is now read-only.
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
Not compatible with IE8 (ES3) #332
Closed
Description
The output in ./lib
is not compatible with IE8 due to usage of unquoted reserved keys (e.g. export.default
should be export['default']
). I forked the repo hoping that I could fix it using babel-plugin-transform-es3-property-literals
and babel-plugin-transform-es3-member-expression-literals
but as this thread indicates it doesn't solve the issue: https://phabricator.babeljs.io/T2817. It seems using es3ify
is a workaround for now. I can transform your package at build time on my end, but I wonder if it's something that should be addressed here instead.
Metadata
Metadata
Assignees
Labels
No labels