mirror of https://github.com/status-im/metro.git
Deploy v0.40.0
Reviewed By: yungsters Differential Revision: D4612331 fbshipit-source-id: 3eaa2f99d3181227166064cbee29b9245401a775
This commit is contained in:
parent
a26d3c43ef
commit
7cb3d9499a
|
@ -173,7 +173,7 @@ class Server {
|
|||
|
||||
_opts: {
|
||||
assetExts: Array<string>,
|
||||
blacklistRE: ?RegExp,
|
||||
blacklistRE: void | RegExp,
|
||||
cacheVersion: string,
|
||||
extraNodeModules: {},
|
||||
getTransformOptions?: GetTransformOptions,
|
||||
|
@ -185,7 +185,7 @@ class Server {
|
|||
reporter: Reporter,
|
||||
resetCache: boolean,
|
||||
silent: boolean,
|
||||
transformModulePath: ?string,
|
||||
transformModulePath: void | string,
|
||||
transformTimeoutInterval: ?number,
|
||||
watch: boolean,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue