Goal: Reduce code required to be downloaded before every page can be shown.
Reason:
This bundle is loaded on every page, and required before we can render anything in the Sourcegraph application.
It may be high value, low effort. From an initial investigation, there is lots of areas where we’ve accidentally included things, or broken lazy loading.
Description
Goal: Reduce code required to be downloaded before every page can be shown.
Reason:
Related PR: https://github.com/sourcegraph/sourcegraph/pull/38817
A/C
bundlesize
config to enforce this and ensure we don't regress in future.