Skip to content

Commit dc3dfae

Browse files
authored
Merge pull request #270 from mansona/no-babel
Run jscodeshift with `--no-babel`
2 parents ba002d8 + 022a0ac commit dc3dfae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin-support.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ async function runJsTransform(transformPath, args, extensions = DEFAULT_JS_EXTEN
2424
let binPath = path.join(jscodeshiftPath, jscodeshiftPkg.bin.jscodeshift);
2525

2626
let binOptions = [
27+
'--no-babel',
2728
'-t',
2829
transformPath,
2930
'--extensions',

0 commit comments

Comments
 (0)