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
I was trying to optimise bundling of an application built using apollo-boost, removed all the runtime dependencies on graphql library but the bundle would still contain the library.
Intended outcome:
Webpack to tree-shake graphql-tag and graphql in an application using apollo-boost but not using gql.
I was trying to optimise bundling of an application built using apollo-boost, removed all the runtime dependencies on graphql library but the bundle would still contain the library.
Intended outcome:
Webpack to tree-shake graphql-tag and graphql in an application using apollo-boost but not using gql.
Actual outcome:
Full graphql library is still bundled because of
This is happening because https://github.com/apollographql/apollo-client/blob/master/packages/apollo-boost/tsconfig.json uses
However the rest of the packages in the repository use
That contains
How to reproduce the issue:
Doesn't require reproducing.
Versions
The text was updated successfully, but these errors were encountered: