Stop requiring setupBabel from within packager/ folder.

Reviewed By: davidaurelio

Differential Revision: D5137246

fbshipit-source-id: 3072aaa6fd74a135980f1f0a7b078a82dd85f09d
This commit is contained in:
Christoph Pojer
2017-05-30 04:46:08 -07:00
committed by Facebook Github Bot
parent cfe003238a
commit 414da08a80
19 changed files with 225 additions and 210 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
import type {FBSourceMap, MappingsMap, SourceMap} from '../lib/SourceMap';
import type {Ast} from 'babel-core';
import type {Console} from 'console';
export type {Transformer} from '../JSTransformer/worker/worker.js';
export type {Transformer} from '../JSTransformer/worker';
export type BuildResult = {|
...GraphResult,