Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Reduce bundlesize limits to reflect recent measurement changes. #966

Merged
merged 2 commits into from
Mar 5, 2019

Commits on Mar 4, 2019

  1. Reduce bundlesize limits to reflect recent measurement changes.

    Although it's possible that shipping ESM code via the "module" field of
    package.json may have reduced the size of these packages, the primary
    reason for the very large reduction in package sizes is that we're no
    longer bundling in the dependencies, so the new sizes reflect just the
    packages themselves.
    
    Including dependencies in per-package size measurements is misleading
    because most apps use multiple apollo-link-* packages, so shared
    dependencies will be included only once in the bundle, and thus should not
    be counted as part of each individual package's size.
    
    Fundamentally, measuring bundle size on a per-package basis doesn't make a
    whole lot of sense. Instead, we should use an example application that
    uses a typical/representative set of Apollo packages, and bundles
    everything together using a modern bundling tool.
    benjamn committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e229a95 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    6feb97b View commit details
    Browse the repository at this point in the history