[ci] format

This commit is contained in:
matthewp 2022-08-05 21:15:28 +00:00 committed by fredkbot
parent 8eb3a8c6d9
commit 5be35fd69b

View file

@ -14,7 +14,9 @@ function getRenderer() {
jsxTransformOptions: async () => { jsxTransformOptions: async () => {
// @ts-expect-error types not found // @ts-expect-error types not found
const babelPluginTransformReactJsxModule = await import('@babel/plugin-transform-react-jsx'); const babelPluginTransformReactJsxModule = await import('@babel/plugin-transform-react-jsx');
const jsx = babelPluginTransformReactJsxModule?.default?.default ?? babelPluginTransformReactJsxModule?.default; const jsx =
babelPluginTransformReactJsxModule?.default?.default ??
babelPluginTransformReactJsxModule?.default;
return { return {
plugins: [ plugins: [
jsx( jsx(