We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba002d8 + 022a0ac commit dc3dfaeCopy full SHA for dc3dfae
src/bin-support.js
@@ -24,6 +24,7 @@ async function runJsTransform(transformPath, args, extensions = DEFAULT_JS_EXTEN
24
let binPath = path.join(jscodeshiftPath, jscodeshiftPkg.bin.jscodeshift);
25
26
let binOptions = [
27
+ '--no-babel',
28
'-t',
29
transformPath,
30
'--extensions',
0 commit comments