Skip to content

Commit a791afe

Browse files
amirehmatyasf
authored andcommitted
fix(esm): fix rebasing artifacts
Change-Id: I8d72a438de204b0f8923776e58ccfb60545bc857
1 parent 687ea0e commit a791afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui-scripts/lib/build/babel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ const commands = {
109109
'babel',
110110
[...babelArgs, '--out-dir', 'lib'],
111111
[...envVars, 'TRANSFORM_IMPORTS=1']
112-
)
113-
getCommand(specifyCJSFormat, [], []),
112+
),
113+
getCommand(specifyCJSFormat, [], [])
114114
]
115115
}
116116

0 commit comments

Comments
 (0)