mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
Adds an experimental hook for custom resolutions
Reviewed By: mjesun Differential Revision: D7337022 fbshipit-source-id: fea1ee345e4d3b5713fed6cdc33869fbba6f21e2
This commit is contained in:
parent
439614891c
commit
6be5d7827b
@ -98,8 +98,9 @@ async function buildBundle(
|
||||
postProcessBundleSourcemap: config.postProcessBundleSourcemap,
|
||||
projectRoots: config.getProjectRoots(),
|
||||
providesModuleNodeModules: providesModuleNodeModules,
|
||||
resetCache: args.resetCache,
|
||||
reporter: new TerminalReporter(terminal),
|
||||
resetCache: args.resetCache,
|
||||
resolveRequest: config.resolveRequest,
|
||||
sourceExts: sourceExts.concat(defaultSourceExts),
|
||||
transformCache: TransformCaching.useTempDir(),
|
||||
transformModulePath: transformModulePath,
|
||||
|
@ -202,6 +202,7 @@ function getPackagerServer(args, config, reporter) {
|
||||
providesModuleNodeModules: providesModuleNodeModules,
|
||||
reporter,
|
||||
resetCache: args.resetCache,
|
||||
resolveRequest: config.resolveRequest,
|
||||
sourceExts: args.sourceExts.concat(defaultSourceExts),
|
||||
transformModulePath: transformModulePath,
|
||||
transformCache: TransformCaching.useTempDir(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user