mirror of https://github.com/status-im/metro.git
Defualts for platforms and assetExts
Reviewed By: voideanvalue Differential Revision: D2635446 fb-gh-sync-id: 57e628cf5f917c7e2511d0c8bde696310ab0fc7a
This commit is contained in:
parent
839de43d3a
commit
a724cfde2d
|
@ -45,9 +45,9 @@ class DependencyGraph {
|
|||
ignoreFilePath: ignoreFilePath || (() => {}),
|
||||
fileWatcher,
|
||||
assetRoots_DEPRECATED: assetRoots_DEPRECATED || [],
|
||||
assetExts,
|
||||
assetExts: assetExts || [],
|
||||
providesModuleNodeModules,
|
||||
platforms,
|
||||
platforms: platforms || [],
|
||||
cache,
|
||||
};
|
||||
this._cache = this._opts.cache;
|
||||
|
|
Loading…
Reference in New Issue