Peter van der Zee
bbbc18c4ee
Remove unused packagerInstance option and rename it to server
...
Reviewed By: rafeca
Differential Revision: D6435505
fbshipit-source-id: e1912f20be517be49648b0eeb52c53f66e3fae55
2018-01-12 06:31:27 -08:00
Christoph Nakazawa
654fed46f4
Rename metro-bundler to metro
...
Reviewed By: davidaurelio
Differential Revision: D6413420
fbshipit-source-id: f13184b8157de2c3aeaa7f2647becc175f62cdbb
2017-11-29 03:35:29 -08:00
David Aurelio
1faf40b02a
Upgrade metro-bundler to v0.9.0
...
Summary: Upgrade metro-bundler to v0.9.0. This version has no functional change. The only change is that the structure of the npm package reflects the structure of the source code.
Reviewed By: bestander
Differential Revision: D5315651
fbshipit-source-id: 3a69337106d4ccf708823c80d304941973360e8e
2017-06-24 17:15:55 -07:00
Jean Lauliac
07ee04d7bd
metro-bundler: upgrade react-native-github to OSS bundler
...
Reviewed By: cpojer
Differential Revision: D5172542
fbshipit-source-id: 4ca6c9aad8f798ac6b8f1070f98b5d1d2098e726
2017-06-02 11:31:40 -07:00
David Aurelio
bea7659762
Move packager core logic from local-cli to packager
...
Summary: Moves packager core logic to `packager/...` to prepare the open source split.
Reviewed By: cpojer
Differential Revision: D5116162
fbshipit-source-id: 06ee2406026686789f67acc88df41773866c3cd3
2017-05-24 08:06:10 -07:00
Ovidiu Viorel Iepure
24d2bbfbab
Fix lint in local-cli
...
Reviewed By: cpojer
Differential Revision: D4166993
fbshipit-source-id: 9a8249175d98b42d7557817846d8c09c9769485e
2016-11-14 11:13:42 -08:00
Andres Suarez
ba8bbcbe2f
Remove prepack bundle functionality
...
Reviewed By: davidaurelio
Differential Revision: D4138495
fbshipit-source-id: 52793fc1a8ef8b2fc461156607c360f34c4cb362
2016-11-07 03:43:37 -08:00
Mike Grabowski
e8b508144f
Merge rnpm cli into react-native
...
Summary:
This is an initial step of rewriting the CLI interface to use `rnpm` one (commander, plugins etc.).
It's scope is to move all existing commands to use rnpm CLI interface, so that we get plugins, flags and our existing ecosystem working out of the box.
<s>This is still WIP and some of the commands are left commented out.</s>
For the `config` of `rnpm` (functions get info about project and dependency), <s>I am thinking we can merge them with</s> we decided to merge it with [`default.config.js`](https://github.com/grabbou/react-native/blob/e57683e420210749a5a6b802b4e70adb69675786/local-cli/default.config.js#L33 ), so they are available on the `new Config()` [instance](https://github.com/grabbou/react-native/blob/e57683e420210749a5a6b802b4e70adb69675786/local-cli/cliEntry.js#L59 ) (which means we don't have to change anything and current plugins, like runIOS and runAndroid can just start using it [w/o depending on any extra argument](https://github.com/grabbou/react-native/blob/e57683e420210749a5a6b802b4e
Closes https://github.com/facebook/react-native/pull/7899
Differential Revision: D3613193
Pulled By: bestander
fbshipit-source-id: 09a072f3b21e5239dfcd8da88a205bd28dc5d037
2016-07-30 09:13:46 -07:00
Sam Swarr
fa44607bf6
Add packager worker for Buck
...
Reviewed By: martinbigio
Differential Revision: D3051886
fb-gh-sync-id: da19ee987c0ec04cde550147d57bd90d98712e14
shipit-source-id: da19ee987c0ec04cde550147d57bd90d98712e14
2016-03-18 12:45:29 -07:00
David Aurelio
cc4a5d39db
Add unbundling to packager
...
Reviewed By: tadeuzagallo
Differential Revision: D2707409
fb-gh-sync-id: 30216c36066dae68d83622dba2d598e9dc0a29db
2015-12-01 08:48:30 -08:00
David Aurelio
32fa0b7fa1
Move bundle output formats to their own files
...
Reviewed By: tadeuzagallo
Differential Revision: D2702834
fb-gh-sync-id: fca308c5078a11924e071077822fb77d762bd564
2015-11-30 09:31:27 -08:00
Martín Bigio
bcf762af60
Move files from packager/ to local-cli
...
Summary: public
This is not only to put the files on a place where it makes more sense but also to allow to use ES6 features on them as `/packager` is not whitelisted on `babel`.
Reviewed By: mkonicek
Differential Revision: D2577267
fb-gh-sync-id: b69a17c0aad349a3eda987e33d1778d97a8e1549
2015-10-26 15:38:14 -07:00
Martín Bigio
849aa4dae6
Move private-cli commands to local-cli
...
Summary: public
We cannot remove `local-cli` because is referenced by the global cli explicitly. If we do so, people would have to upgrate this global thin cli which will cause some pain. So, lets move `private-cli` commands into `local-cli` instead.
Reviewed By: frantic
Differential Revision: D2571983
fb-gh-sync-id: 712c29430203660fb6f0d5f23813cb2a7156ee48
2015-10-26 15:36:04 -07:00