Stephen Stewart
Stephen Stewart
At least in [email protected] `npm ci` does not install devDeps if NODE_ENV is 'production' or the `--production` flag is set. If you've a multistage build that starts with a development...
That'll need Webpack operating on the server side code too (or a Babel plugin), to deal with any requires for things that aren't JavaScript (like images and CSS). At the...
Anything I can do to help with this? I'd like to either see the devDependencies updated or simply update the peer version for `graphql` to 16. Relates to #137, it...
@apollo/[email protected] `graphQLErrors` array is empty, but `networkError.result.errors` has GraphQL errors. After a bit of further reading... (https://www.apollographql.com/blog/full-stack-error-handling-with-graphql-apollo-5c12da407210) A graphQLError is an error that occurs in a resolver, a networkError happens...