From 4420c4926b364f79ede19c15939996b752d95fe0 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 29 Apr 2021 14:49:37 -0400 Subject: [PATCH] Measure bundlesize using dist/core/index.js rather than dist/index.js. --- config/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rollup.config.js b/config/rollup.config.js index f7e94bf3031..8eccbcf95f0 100644 --- a/config/rollup.config.js +++ b/config/rollup.config.js @@ -102,7 +102,7 @@ export default [ ...entryPoints.map(prepareBundle), // Convert the ESM entry point to a single CJS bundle. prepareCJS( - './dist/index.js', + './dist/core/index.js', './dist/apollo-client.cjs.js', ), // Minify that single CJS bundle.