1 / 5
Fill in: 'We ___ the bundle to find which dependencies take up the most space.'
-
-
-
-
We 'analyse the bundle' — the standard collocation for inspecting its composition. The other options aren't idiomatic here.
2 / 5
Fill in: 'We ___ unused code so it doesn't ship to the browser.'
-
-
-
-
We 'tree-shake' unused code — the standard bundler term for eliminating dead code. The other options aren't the recognised term here.
3 / 5
Fill in: 'We ___ heavy libraries with lighter alternatives where possible.'
-
-
-
-
We 'swap' libraries — the standard collocation for replacing one dependency with another. The other options are less idiomatic here.
4 / 5
Fill in: 'We ___ code into smaller chunks so pages load only what they need.'
-
-
-
-
We 'split code' — the standard collocation for code-splitting a bundle. The other options aren't idiomatic here.
5 / 5
Fill in: 'A CI check will ___ the build if bundle size exceeds the budget.'
-
-
-
-
We 'fail the build' — the standard CI collocation for a blocking check. The other options are less idiomatic here.