You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Looks like it is linked to smooth-code/bundle-analyzer#28, any help is welcome here. If someone want to be involved in the project, send me an email to become a core contributor.
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
):The text was updated successfully, but these errors were encountered: