Skip to content

Using this lib in browsers #7

Description

@djhi

Hi, thanks for this library :)

We have an issue using it in CRA app though, because the babel env preset is configured to target node only. Would you agree a PR adding the following to it?

"targets": {
  "node": "6.10",
+ "browsers": ["last 2 versions"]
}

PS: we use it in react-admin for the grahql data providers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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