Commit c9dc1c6
Create metro-react-native-babel-transformer package
Summary:
By having this package we can remove the dependency from `react-native` to `metro` and then unblock the releases of metro to npm.
We cannot use this package yet from `react-native` since it hasn't been published, what I'm gonna do here is the following:
1. Land this diff
2. Publish manually a version of `metro-react-native-babel-transformer@0.50.0` once this diff lands.
3. Update the RN repo to depend on `metro-react-native-babel-transformer` instead of `metro`.
Then we should be able to publish versions of metro :)
Differential Revision: D13432231
fbshipit-source-id: 522152e32162cc5fc40aea2fa4c8fd53c528e2e31 parent 3bef4bd commit c9dc1c6
2 files changed
+12
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | 181 | | |
183 | | - | |
184 | | - | |
| 182 | + | |
185 | 183 | | |
186 | 184 | | |
187 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2648 | 2648 | | |
2649 | 2649 | | |
2650 | 2650 | | |
2651 | | - | |
2652 | | - | |
2653 | | - | |
2654 | | - | |
| 2651 | + | |
| 2652 | + | |
| 2653 | + | |
| 2654 | + | |
2655 | 2655 | | |
2656 | | - | |
2657 | | - | |
| 2656 | + | |
2658 | 2657 | | |
2659 | 2658 | | |
2660 | 2659 | | |
2661 | 2660 | | |
2662 | 2661 | | |
2663 | 2662 | | |
2664 | 2663 | | |
2665 | | - | |
2666 | | - | |
2667 | | - | |
2668 | | - | |
| 2664 | + | |
| 2665 | + | |
| 2666 | + | |
| 2667 | + | |
2669 | 2668 | | |
2670 | | - | |
| 2669 | + | |
| 2670 | + | |
2671 | 2671 | | |
2672 | 2672 | | |
2673 | 2673 | | |
| |||
4607 | 4607 | | |
4608 | 4608 | | |
4609 | 4609 | | |
4610 | | - | |
4611 | | - | |
4612 | | - | |
4613 | | - | |
4614 | | - | |
4615 | 4610 | | |
4616 | 4611 | | |
4617 | 4612 | | |
| |||
0 commit comments