Shopify / graphql-js-schema

Transforms the JSON representation of a GraphQL schema into a set of ES6 type modules
MIT License
35 stars 12 forks source link

Optimize Object Freezing #27

Closed minasmart closed 7 years ago

minasmart commented 7 years ago

By programmatically freezing data in the bundle on export, we can save about 25% of the file size on medium sized bundles.

Using the storefront schema, we see the following results:

minasmart commented 7 years ago

@swalkinshaw 😭