[ci] format
This commit is contained in:
parent
c0992e1fef
commit
467fabd749
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ async function transformJSX({
|
|||
const options = await jsxTransformOptions!({ mode, ssr });
|
||||
const plugins = [...(options.plugins || [])];
|
||||
if (ssr) {
|
||||
plugins.push(tagExportsPlugin({ rendererName: renderer.name }))
|
||||
plugins.push(tagExportsPlugin({ rendererName: renderer.name }));
|
||||
}
|
||||
const result = await babel.transformAsync(code, {
|
||||
presets: options.presets,
|
||||
|
|
Loading…
Reference in a new issue