diff --git a/index.js b/index.js index 9bbac98..3bb0c91 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) {