I'm using create-react-app with react-apollo.
I'm already using https://github.com/timarney/react-app-rewired with many plugins, for example this: https://github.com/gajus/babel-plugin-graphql-tag.
I was wondering how to use your package with create-react-app.
I'm also wondering if there is a way to use this package from babel-plugin-graphql-tag (I already opened an issue there: gajus/babel-plugin-graphql-tag#22).
Can I ask you how much do you think is the cost of hashing operation on client side (without using this package)?