From a98ce907a0dc9d05d235e3e0f0183819c93c189b Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 13 Jul 2025 16:58:15 -0400 Subject: [PATCH] Match default generatorOpts that we use in the vite blueprint --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9bbac981..3bb0c914 100644 --- a/index.js +++ b/index.js @@ -113,7 +113,7 @@ module.exports = { let providedAnnotation; let throwUnlessParallelizable; let sourceMaps = false; - let generatorOpts = {}; + let generatorOpts = { compact: false }; let shouldCompileModules = _shouldCompileModules(config, this.project); if (emberCLIBabelConfig) {