Chris Wright
Chris Wright
Thanks so much for helping look at this, @rmosolgo! I'm on @in15's team and I've been trying to figure out why webpack cares about that `prepareRelay` file since we don't...
Update: I got our build to work by explicitly ignoring the directory that this `prepareRelay` file is in in our webpack.config file useing the [noParse](https://webpack.js.org/configuration/module/#modulenoparse) option. With this addition, our...
I'm also seeing this issue in my application. I am working around it for the moment by locking the `graphql` gem version to `2.0.17`: ``` gem "graphql", "~> 2.0", "