mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Rename metro-bundler to metro
Reviewed By: davidaurelio Differential Revision: D6413420 fbshipit-source-id: f13184b8157de2c3aeaa7f2647becc175f62cdbb
This commit is contained in:
committed by
Facebook Github Bot
parent
92c0980540
commit
654fed46f4
@@ -29,7 +29,7 @@ const minimist = require('minimist');
|
||||
const path = require('path');
|
||||
|
||||
import type {CommandT} from '../commands';
|
||||
import type {ConfigT} from 'metro-bundler';
|
||||
import type {ConfigT} from 'metro';
|
||||
|
||||
export type RNConfig = {
|
||||
...ConfigT,
|
||||
|
||||
Reference in New Issue
Block a user