Remove prepack bundle functionality

Reviewed By: davidaurelio

Differential Revision: D4138495

fbshipit-source-id: 52793fc1a8ef8b2fc461156607c360f34c4cb362
This commit is contained in:
Andres Suarez
2016-11-07 03:36:51 -08:00
committed by Facebook Github Bot
parent d2bdc24ecd
commit ba8bbcbe2f
7 changed files with 1 additions and 244 deletions

View File

@@ -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',