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.
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.