Allow user to configure transformer through cl argument

Reviewed By: frantic

Differential Revision: D2547435

fb-gh-sync-id: 77016ee5beba854a4cb58e9ac04b91a7dd76cf3e
This commit is contained in:
Martín Bigio 2015-10-16 13:25:14 -07:00 committed by facebook-github-bot-3
parent 897c651fbe
commit aff65ba875
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@ module.exports = {
return blacklist('');
},
getTransformModulePath() {
return require.resolve('./transformer');
},
_getRoots() {
// match on either path separator
if (__dirname.match(/node_modules[\/\\]react-native[\/\\]packager$/)) {