Skip to content

Library is broken in non-ES6 browsers #107

@th0r

Description

@th0r

All the versions >= 5.0 are broken in browsers that don't support ES6 because of this line:

"target": "esnext",

It may potentially break even evergreen browsers because target: "esnext" doesn't transpile ESNext code at all which means output may contain unstable ES features (stage-4) which are not yet supported by the browsers natively.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions