mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
Deprecate postProcessModules config param
Reviewed By: mjesun Differential Revision: D7320671 fbshipit-source-id: 979108f0931f9ee0dd820025782137d4c726d19f
This commit is contained in:
parent
ad6938cda1
commit
6f339b6fcb
@ -95,7 +95,6 @@ async function buildBundle(
|
||||
maxWorkers: args.maxWorkers,
|
||||
platforms: defaultPlatforms.concat(platforms),
|
||||
postMinifyProcess: config.postMinifyProcess,
|
||||
postProcessModules: config.postProcessModules,
|
||||
postProcessBundleSourcemap: config.postProcessBundleSourcemap,
|
||||
projectRoots: config.getProjectRoots(),
|
||||
providesModuleNodeModules: providesModuleNodeModules,
|
||||
|
@ -198,7 +198,6 @@ function getPackagerServer(args, config, reporter) {
|
||||
polyfillModuleNames: config.getPolyfillModuleNames(),
|
||||
postMinifyProcess: config.postMinifyProcess,
|
||||
postProcessBundleSourcemap: config.postProcessBundleSourcemap,
|
||||
postProcessModules: config.postProcessModules,
|
||||
projectRoots: args.projectRoots,
|
||||
providesModuleNodeModules: providesModuleNodeModules,
|
||||
reporter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user