@@ -56,7 +56,6 @@ const NON_FIBER_RENDERER = moduleTypes.NON_FIBER_RENDERER;
56
56
const bundles = [
57
57
/******* Isomorphic *******/
58
58
{
59
- label : 'core' ,
60
59
bundleTypes : [
61
60
UMD_DEV ,
62
61
UMD_PROD ,
@@ -75,7 +74,6 @@ const bundles = [
75
74
76
75
/******* React DOM *******/
77
76
{
78
- label : 'dom-client' ,
79
77
bundleTypes : [
80
78
UMD_DEV ,
81
79
UMD_PROD ,
@@ -95,7 +93,6 @@ const bundles = [
95
93
96
94
//******* Test Utils *******/
97
95
{
98
- label : 'dom-test-utils' ,
99
96
moduleType : RENDERER_UTILS ,
100
97
bundleTypes : [ FB_WWW_DEV , NODE_DEV , NODE_PROD , UMD_DEV , UMD_PROD ] ,
101
98
entry : 'react-dom/test-utils' ,
@@ -105,7 +102,6 @@ const bundles = [
105
102
106
103
/* React DOM internals required for react-native-web (e.g., to shim native events from react-dom) */
107
104
{
108
- label : 'dom-unstable-native-dependencies' ,
109
105
bundleTypes : [
110
106
UMD_DEV ,
111
107
UMD_PROD ,
@@ -122,7 +118,6 @@ const bundles = [
122
118
123
119
/******* React DOM Server *******/
124
120
{
125
- label : 'dom-server-browser' ,
126
121
bundleTypes : [
127
122
UMD_DEV ,
128
123
UMD_PROD ,
@@ -138,7 +133,6 @@ const bundles = [
138
133
} ,
139
134
140
135
{
141
- label : 'dom-server-node' ,
142
136
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
143
137
moduleType : NON_FIBER_RENDERER ,
144
138
entry : 'react-dom/server.node' ,
@@ -147,7 +141,6 @@ const bundles = [
147
141
148
142
/******* React ART *******/
149
143
{
150
- label : 'art' ,
151
144
bundleTypes : [
152
145
UMD_DEV ,
153
146
UMD_PROD ,
@@ -169,7 +162,6 @@ const bundles = [
169
162
170
163
/******* React Native *******/
171
164
{
172
- label : 'native-fb' ,
173
165
bundleTypes : [ RN_FB_DEV , RN_FB_PROD , RN_FB_PROFILING ] ,
174
166
moduleType : RENDERER ,
175
167
entry : 'react-native-renderer' ,
@@ -189,7 +181,6 @@ const bundles = [
189
181
} ,
190
182
191
183
{
192
- label : 'native' ,
193
184
bundleTypes : [ RN_OSS_DEV , RN_OSS_PROD , RN_OSS_PROFILING ] ,
194
185
moduleType : RENDERER ,
195
186
entry : 'react-native-renderer' ,
@@ -210,7 +201,6 @@ const bundles = [
210
201
211
202
/******* React Native Fabric *******/
212
203
{
213
- label : 'native-fabric-fb' ,
214
204
bundleTypes : [ RN_FB_DEV , RN_FB_PROD , RN_FB_PROFILING ] ,
215
205
moduleType : RENDERER ,
216
206
entry : 'react-native-renderer/fabric' ,
@@ -231,7 +221,6 @@ const bundles = [
231
221
} ,
232
222
233
223
{
234
- label : 'native-fabric' ,
235
224
bundleTypes : [ RN_OSS_DEV , RN_OSS_PROD , RN_OSS_PROFILING ] ,
236
225
moduleType : RENDERER ,
237
226
entry : 'react-native-renderer/fabric' ,
@@ -253,7 +242,6 @@ const bundles = [
253
242
254
243
/******* React Test Renderer *******/
255
244
{
256
- label : 'test' ,
257
245
bundleTypes : [ FB_WWW_DEV , NODE_DEV , NODE_PROD , UMD_DEV , UMD_PROD ] ,
258
246
moduleType : RENDERER ,
259
247
entry : 'react-test-renderer' ,
@@ -262,7 +250,6 @@ const bundles = [
262
250
} ,
263
251
264
252
{
265
- label : 'test-shallow' ,
266
253
bundleTypes : [ FB_WWW_DEV , NODE_DEV , NODE_PROD , UMD_DEV , UMD_PROD ] ,
267
254
moduleType : NON_FIBER_RENDERER ,
268
255
entry : 'react-test-renderer/shallow' ,
@@ -272,7 +259,6 @@ const bundles = [
272
259
273
260
/******* React Noop Renderer (used for tests) *******/
274
261
{
275
- label : 'noop' ,
276
262
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
277
263
moduleType : RENDERER ,
278
264
entry : 'react-noop-renderer' ,
@@ -295,7 +281,6 @@ const bundles = [
295
281
296
282
/******* React Noop Persistent Renderer (used for tests) *******/
297
283
{
298
- label : 'noop-persistent' ,
299
284
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
300
285
moduleType : RENDERER ,
301
286
entry : 'react-noop-renderer/persistent' ,
@@ -318,7 +303,6 @@ const bundles = [
318
303
319
304
/******* React Reconciler *******/
320
305
{
321
- label : 'react-reconciler' ,
322
306
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
323
307
moduleType : RECONCILER ,
324
308
entry : 'react-reconciler' ,
@@ -328,7 +312,6 @@ const bundles = [
328
312
329
313
/******* React Persistent Reconciler *******/
330
314
{
331
- label : 'react-reconciler-persistent' ,
332
315
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
333
316
moduleType : RECONCILER ,
334
317
entry : 'react-reconciler/persistent' ,
@@ -338,7 +321,6 @@ const bundles = [
338
321
339
322
/******* Reflection *******/
340
323
{
341
- label : 'reconciler-reflection' ,
342
324
moduleType : RENDERER_UTILS ,
343
325
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
344
326
entry : 'react-reconciler/reflection' ,
@@ -348,7 +330,6 @@ const bundles = [
348
330
349
331
/******* React Is *******/
350
332
{
351
- label : 'react-is' ,
352
333
bundleTypes : [
353
334
NODE_DEV ,
354
335
NODE_PROD ,
@@ -365,7 +346,6 @@ const bundles = [
365
346
366
347
/******* React Debug Tools *******/
367
348
{
368
- label : 'react-debug-tools' ,
369
349
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
370
350
moduleType : ISOMORPHIC ,
371
351
entry : 'react-debug-tools' ,
@@ -375,7 +355,6 @@ const bundles = [
375
355
376
356
/******* React Cache (experimental) *******/
377
357
{
378
- label : 'react-cache' ,
379
358
bundleTypes : [
380
359
FB_WWW_DEV ,
381
360
FB_WWW_PROD ,
@@ -392,7 +371,6 @@ const bundles = [
392
371
393
372
/******* createComponentWithSubscriptions (experimental) *******/
394
373
{
395
- label : 'create-subscription' ,
396
374
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
397
375
moduleType : ISOMORPHIC ,
398
376
entry : 'create-subscription' ,
@@ -402,7 +380,6 @@ const bundles = [
402
380
403
381
/******* React Scheduler (experimental) *******/
404
382
{
405
- label : 'scheduler' ,
406
383
bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV , FB_WWW_PROD ] ,
407
384
moduleType : ISOMORPHIC ,
408
385
entry : 'scheduler' ,
@@ -412,7 +389,6 @@ const bundles = [
412
389
413
390
/******* Jest React (experimental) *******/
414
391
{
415
- label : 'jest-react' ,
416
392
bundleTypes : [ NODE_DEV , NODE_PROD , FB_WWW_DEV , FB_WWW_PROD ] ,
417
393
moduleType : ISOMORPHIC ,
418
394
entry : 'jest-react' ,
@@ -422,7 +398,6 @@ const bundles = [
422
398
423
399
/******* ESLint Plugin for Hooks (proposal) *******/
424
400
{
425
- label : 'eslint-plugin-react-hooks' ,
426
401
// TODO: it's awkward to create a bundle for this
427
402
// but if we don't, the package won't get copied.
428
403
// We also can't create just DEV bundle because
@@ -436,7 +411,6 @@ const bundles = [
436
411
} ,
437
412
438
413
{
439
- label : 'scheduler-tracing' ,
440
414
bundleTypes : [
441
415
FB_WWW_DEV ,
442
416
FB_WWW_PROD ,
0 commit comments