+11
-14
README.md
+11
-14
README.md
······Most GraphQL client-side libraries use the following common set of imports from the `graphql` library.-Assuming a transformation like [`babel-plugin-modular-graphql`](https://github.com/kitten/babel-plugin-modular-graphql/)-The minzipped size of the imports is about `11.2kB` in a given output bundle, which assumes all the above imports are-in use. When the GraphQL language parser is dropped from the bundle, for instance by precompiling queries and excluding-When `graphql-web-lite` replaces the `graphql` package the minzipped size drops from the `11.2kB` figure down to `5.44kB`,+The minzipped size of the imports is about `10kB` in a given output bundle, which assumes all the above imports are+in use. When `graphql-web-lite` replaces the `graphql` package the minzipped size drops to about `3kB`.