Skip to content
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
@ctumolosus

Description

@ctumolosus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions