packager: enable @flow in react-packager/index.js

Reviewed By: cpojer

Differential Revision: D4377411

fbshipit-source-id: 300d239d8e2818f0488549feafc98fd3451e452d
This commit is contained in:
Jean Lauliac
2017-01-06 06:02:37 -08:00
committed by Facebook Github Bot
parent 28f1c67ced
commit 207776107d
3 changed files with 96 additions and 67 deletions

View File

@@ -14,6 +14,7 @@ const escapeRegExp = require('lodash/escapeRegExp');
const path = require('path');
const BABEL_ENABLED_PATHS = [
'packager/react-packager/react-packager.js',
'packager/react-packager/src',
'local-cli',
];