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
This plugin fails to shake Apollo Client leading to an immensely bloated bundle.
Apollo Client provides a CommonJS bundle, which allegedly is targeted for Node, but I can't see anything about that bundle which would throw off common-shakeify.
This simple example, which should include only the base ApolloClient class and its dependencies actually includes the entire Apollo Client bundle, resulting in a minified bundle size of ~490 kb.
This plugin fails to shake Apollo Client leading to an immensely bloated bundle.
Apollo Client provides a CommonJS bundle, which allegedly is targeted for Node, but I can't see anything about that bundle which would throw off common-shakeify.
This simple example, which should include only the base
ApolloClient
class and its dependencies actually includes the entire Apollo Client bundle, resulting in a minified bundle size of ~490 kb.This is the Apollo Client CommonJS bundle: https://unpkg.com/@apollo/[email protected]/core/core.cjs.js
The text was updated successfully, but these errors were encountered: