[ReactNative] temp disable flow check in packager for OSS

This commit is contained in:
Spencer Ahrens 2015-04-27 19:55:24 -07:00
parent ec3d70e738
commit b94610887c
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ function runServer(
.use(openStackFrameInEditor) .use(openStackFrameInEditor)
.use(getDevToolsLauncher(options)) .use(getDevToolsLauncher(options))
.use(statusPageMiddleware) .use(statusPageMiddleware)
.use(getFlowTypeCheckMiddleware(options)) // Temporarily disable flow check until it's more stable
//.use(getFlowTypeCheckMiddleware(options))
.use(getAppMiddleware(options)); .use(getAppMiddleware(options));
options.projectRoots.forEach(function(root) { options.projectRoots.forEach(function(root) {