We've been using the bundle-analyzer Gatsby plugin to measure build sizes on https://www.shopflamingo.com, but have recently had to disable it due to it failing in CI with "Cannot read property 'id` of null".
This is with @bundle-analyzer/gatsby-plugin v0.4.0 and gatsby v2.13.23.
CI output (during gatsby build):
...
info bootstrap finished - 6.210 s
success run static queries — 0.225 — 2/2 10.06 queries/second
error #98123 WEBPACK
Generating JavaScript bundles failed
Bundle Analyzer - Cannot read property 'id' of null
See our docs page for more info on this error: https://gatsby.dev/issue-how-to
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Exited with code exit status 1
We've been using the bundle-analyzer Gatsby plugin to measure build sizes on https://www.shopflamingo.com, but have recently had to disable it due to it failing in CI with "Cannot read property 'id` of null".
This is with
@bundle-analyzer/gatsby-pluginv0.4.0 and gatsby v2.13.23.CI output (during
gatsby build):