You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
After inspecting the bundle with gatsby-plugin-webpack-bundle-analyzer I've found that apollo-client is included in the bundle, and it's probably this package that's having it as a dependency.
So why do we need to have apollo-client in production build? don't we only need to query the prismic API at build-time, not run-time?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After inspecting the bundle with
gatsby-plugin-webpack-bundle-analyzer
I've found that apollo-client is included in the bundle, and it's probably this package that's having it as a dependency.So why do we need to have apollo-client in production build? don't we only need to query the prismic API at build-time, not run-time?
The text was updated successfully, but these errors were encountered: