Skip to content

Commit

Permalink
Measure bundlesize using dist/core/index.js rather than dist/index.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Apr 29, 2021
1 parent 337e2f9 commit 4420c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4420c49

Please sign in to comment.