chore: opt out from the compact mode in babel (#22974)
This commit is contained in:
parent
44a934c160
commit
49f647ca57
|
|
@ -99,6 +99,7 @@ export function babelTransform(filename: string, isTypeScript: boolean, isModule
|
|||
[require('@babel/preset-typescript'), { onlyRemoveTypeImports: false }],
|
||||
],
|
||||
plugins,
|
||||
compact: false,
|
||||
sourceMaps: 'both',
|
||||
} as babel.TransformOptions)!;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue