mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 12:25:59 +08:00
packager: remove validateOpts for Bundler class
Reviewed By: davidaurelio, cpojer Differential Revision: D4380831 fbshipit-source-id: e3b5b2c39e83bf0b49028820e0f17daef27d7b3c
This commit is contained in:
committed by
Facebook Github Bot
parent
446995306a
commit
8f87ab648c
@@ -22,7 +22,7 @@ export type ConfigT = {
|
||||
extraNodeModules?: {[id: string]: string},
|
||||
getAssetExts?: () => Array<string>,
|
||||
getTransformModulePath?: () => string,
|
||||
getTransformOptions?: GetTransformOptions<*>,
|
||||
getTransformOptions?: GetTransformOptions,
|
||||
transformVariants?: () => {[name: string]: Object},
|
||||
|
||||
getBlacklistRE(): RegExp,
|
||||
|
||||
Reference in New Issue
Block a user