Responsible JavaScript

Responsible JavaScript

Jeremy Wagner

For differential serving, the bundler outputs two sets of bundles from the same entry point using two different configurations. One configuration applies minimal transforms for modern browsers, resulting in smaller bundles. The other applies all necessary transforms for legacy browsers, resulting in larger bundles.
2693-2695