Remove references to local-cli

Summary: This cleans up various configurations after the removal of this folder.

Reviewed By: hramos

Differential Revision: D13338515

fbshipit-source-id: 9d6877921e15a183e46861626af831231333f42a
This commit is contained in:
Christoph Nakazawa
2018-12-07 04:47:03 -08:00
committed by Facebook Github Bot
parent cd43fb8005
commit 9d3f598c2c
7 changed files with 5 additions and 27 deletions

View File

@@ -16,7 +16,7 @@ require('babel-register')({
require('babel-preset-stage-3'),
],
// Enable transpiling for react-native-git-upgrade AND the generator, just like the upgrade CLI command does
only: /(react-native-git-upgrade\/(?!(node_modules)))|(local-cli\/generator)/,
only: /(react-native-git-upgrade\/(?!(node_modules)))/,
});
var cliEntry = require('./cliEntry');