What is tree shaking in the context of JavaScript bundlers?
-
A
A technique to minify CSS selectors
-
B
Removing unused code (dead code elimination) from the final bundle
-
C
Splitting code into multiple chunks for lazy loading
-
D
Reordering CSS rules for better specificity