mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-24 21:58:58 +08:00
Stop requiring setupBabel from within packager/ folder.
Reviewed By: davidaurelio Differential Revision: D5137246 fbshipit-source-id: 3072aaa6fd74a135980f1f0a7b078a82dd85f09d
This commit is contained in:
committed by
Facebook Github Bot
parent
cfe003238a
commit
414da08a80
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user