Skip to content

Don't include large externalServices.tsx file in initial bundle

Warren Gifford requested to merge es/external-services-bundlesize into main

Created by: eseliger

The components were lazy loaded, but since we pass in the array of definitions, that file was still part of the initial bundle. Adding small self-contained components that wrap this make it be lazy loaded.

Merge request reports

Loading