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:39:43 -07:00
committed by Facebook Github Bot
parent cfe003238a
commit 414da08a80
19 changed files with 225 additions and 210 deletions

View File

@@ -25,7 +25,7 @@ const {join: joinPath, relative: relativePath, extname} = require('path');
import type {
TransformedCode,
Options as WorkerOptions,
} from '../JSTransformer/worker/worker';
} from '../JSTransformer/worker';
import type {GlobalTransformCache} from '../lib/GlobalTransformCache';
import type {MappingsMap} from '../lib/SourceMap';
import type {