From 86911003dc396afd3e2016b7435d56c2269c33ff Mon Sep 17 00:00:00 2001 From: Joseph Nields Date: Thu, 13 Mar 2025 09:22:23 -0700 Subject: [PATCH] Add compact option (#49979) Summary: If you use this preset to create library code, it is often helpful to be able to still read the transpiled code, even when sourcemaps are available. This change adds a compact option which allows for disabling the default behavior that removes whitespace from the transpiled files. ## Changelog: