mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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 }],
|
[require('@babel/preset-typescript'), { onlyRemoveTypeImports: false }],
|
||||||
],
|
],
|
||||||
plugins,
|
plugins,
|
||||||
|
compact: false,
|
||||||
sourceMaps: 'both',
|
sourceMaps: 'both',
|
||||||
} as babel.TransformOptions)!;
|
} as babel.TransformOptions)!;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user