mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-17 12:19:12 +08:00
Remove prepack bundle functionality
Reviewed By: davidaurelio Differential Revision: D4138495 fbshipit-source-id: 52793fc1a8ef8b2fc461156607c360f34c4cb362
This commit is contained in:
committed by
Facebook Github Bot
parent
d2bdc24ecd
commit
ba8bbcbe2f
@@ -24,12 +24,6 @@ module.exports = [
|
||||
description: 'If false, warnings are disabled and the bundle is minified',
|
||||
parse: (val) => val === 'false' ? false : true,
|
||||
default: true,
|
||||
}, {
|
||||
command: '--prepack',
|
||||
description: 'When passed, the output bundle will use the Prepack format.',
|
||||
}, {
|
||||
command: '--bridge-config [string]',
|
||||
description: 'File name of a a JSON export of __fbBatchedBridgeConfig. Used by Prepack. Ex. ./bridgeconfig.json',
|
||||
}, {
|
||||
command: '--bundle-output <string>',
|
||||
description: 'File name where to store the resulting bundle, ex. /tmp/groups.bundle',
|
||||
|
||||
Reference in New Issue
Block a user