mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
Saner entry point
Summary: makes flow typing for the entry point more sound and fixes two issues Reviewed By: BYK Differential Revision: D5507650 fbshipit-source-id: 6b03f7de792ffcece4d0d61950e136a61ea7db2e
This commit is contained in:
parent
20066da461
commit
c03ce7fdf3
@ -162,6 +162,7 @@ function getPackagerServer(args, config) {
|
||||
platforms: defaultPlatforms.concat(args.platforms),
|
||||
polyfillModuleNames: config.getPolyfillModuleNames(),
|
||||
postMinifyProcess: config.postMinifyProcess,
|
||||
postProcessBundleSourcemap: config.postProcessBundleSourcemap,
|
||||
postProcessModules: config.postProcessModules,
|
||||
projectRoots: args.projectRoots,
|
||||
providesModuleNodeModules: providesModuleNodeModules,
|
||||
|
Loading…
x
Reference in New Issue
Block a user