mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00: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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user