@module-federation/sdk 0.0.0-next-20231220075820 → 0.0.0-next-20231220081137

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/LICENSE +21 -0
  2. package/dist/index.cjs.d.ts +1 -0
  3. package/dist/index.cjs.js +793 -0
  4. package/dist/index.esm.js +761 -0
  5. package/dist/normalize-webpack-path.cjs.d.ts +1 -0
  6. package/dist/normalize-webpack-path.cjs.js +42 -0
  7. package/dist/normalize-webpack-path.esm.js +33 -0
  8. package/dist/package.json +44 -0
  9. package/dist/src/constant.d.ts +16 -0
  10. package/dist/src/dom.d.ts +10 -0
  11. package/dist/src/env.d.ts +7 -0
  12. package/dist/src/generateSnapshotFromManifest.d.ts +10 -0
  13. package/{src/index.ts → dist/src/index.d.ts} +1 -4
  14. package/dist/src/logger.d.ts +8 -0
  15. package/dist/src/normalize-webpack-path.d.ts +3 -0
  16. package/{src/types/common.ts → dist/src/types/common.d.ts} +4 -12
  17. package/dist/src/types/manifest.d.ts +26 -0
  18. package/dist/src/types/snapshot.d.ts +62 -0
  19. package/dist/src/types/stats.d.ts +79 -0
  20. package/dist/src/utils.d.ts +17 -0
  21. package/package.json +5 -1
  22. package/CHANGELOG.md +0 -2190
  23. package/__tests__/decodeName.spec.ts +0 -11
  24. package/__tests__/encodeName.spec.ts +0 -10
  25. package/__tests__/generateSnapshotFromManifest.spec.ts +0 -147
  26. package/__tests__/parseEntry.spec.ts +0 -36
  27. package/__tests__/resources/constant.ts +0 -6
  28. package/__tests__/resources/getId.ts +0 -5
  29. package/__tests__/resources/manifestSnapshotMap.ts +0 -1541
  30. package/__tests__/simpleJoinRemoteEntry.spec.ts +0 -53
  31. package/jest.config.js +0 -27
  32. package/project.json +0 -65
  33. package/rollup.config.js +0 -11
  34. package/src/constant.ts +0 -24
  35. package/src/dom.ts +0 -115
  36. package/src/env.ts +0 -25
  37. package/src/generateSnapshotFromManifest.ts +0 -176
  38. package/src/logger.ts +0 -59
  39. package/src/normalize-webpack-path.ts +0 -33
  40. package/src/types/manifest.ts +0 -44
  41. package/src/types/snapshot.ts +0 -87
  42. package/src/types/stats.ts +0 -101
  43. package/src/utils.ts +0 -213
  44. package/tsconfig.json +0 -29
  45. package/tsconfig.lib.json +0 -10
  46. package/tsconfig.spec.json +0 -14
  47. /package/{src/types/index.ts → dist/src/types/index.d.ts} +0 -0
@@ -1,1541 +0,0 @@
1
- import type { Stats, ModuleInfo } from '../../src/types';
2
-
3
- const manifest: { [key: string]: Stats } = {
4
- prodAppManifest: {
5
- id: '@garfish/micro-app-sub2',
6
- name: '@garfish/micro-app-sub2',
7
- metaData: {
8
- name: '@garfish/micro-app-sub2',
9
- buildInfo: {
10
- buildVersion: '1.0.0.1517',
11
- buildName: 'garfish/module/sub2',
12
- },
13
- remoteEntry: {
14
- name: 'federation-remote-entry496985d3.js',
15
- path: '',
16
- type: 'global',
17
- },
18
- types: {
19
- name: 'index.d.ts',
20
- path: '',
21
- },
22
- globalName: '__FEDERATION_@garfish/micro-app-sub2:1.0.0.1517__',
23
- publicPath: 'https://__CDN_PREFIX__/micro-app-sub2/1.0.0.1517/',
24
- },
25
- shared: [],
26
- remotes: [
27
- {
28
- version: '*',
29
- alias: 'micro-app-sub3',
30
- moduleName: 'shared-button',
31
- federationContainerName: '@garfish/micro-app-sub3',
32
- consumingFederationContainerName: '@garfish/micro-app-sub2',
33
- usedIn: ['src/App.tsx'],
34
- },
35
- ],
36
- exposes: [
37
- {
38
- id: '@garfish/micro-app-sub2:.',
39
- name: '.',
40
- path: '.',
41
- requires: [],
42
- file: './src/bootstrap.tsx',
43
- assets: {
44
- js: {
45
- sync: ['__federation_expose_defautl_export.js', '94.js'],
46
- async: ['426.js'],
47
- },
48
- css: {
49
- sync: ['__federation_expose_defautl_export.css'],
50
- async: [],
51
- },
52
- },
53
- },
54
- {
55
- id: '@garfish/micro-app-sub2:button',
56
- name: 'button',
57
- path: './button',
58
- requires: [],
59
- file: './src/button.tsx',
60
- assets: {
61
- js: {
62
- sync: ['__FEDERATION_expose_button.js'],
63
- async: ['426.js'],
64
- },
65
- css: {
66
- sync: ['__FEDERATION_expose_button.css'],
67
- async: [],
68
- },
69
- },
70
- },
71
- {
72
- id: '@garfish/micro-app-sub2:dynamic-variable',
73
- name: 'dynamic-variable',
74
- path: './dynamic-variable',
75
- requires: [],
76
- file: './src/dynamic-variable.ts',
77
- assets: {
78
- js: {
79
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
80
- async: [],
81
- },
82
- css: {
83
- sync: [],
84
- async: [],
85
- },
86
- },
87
- },
88
- {
89
- id: '@garfish/micro-app-sub2:buildVersion',
90
- name: 'buildVersion',
91
- path: './buildVersion',
92
- requires: [],
93
- file: './src/build-version.ts',
94
- assets: {
95
- js: {
96
- sync: ['__FEDERATION_expose_buildVersion.js'],
97
- async: [],
98
- },
99
- css: {
100
- sync: [],
101
- async: [],
102
- },
103
- },
104
- },
105
- {
106
- id: '@garfish/micro-app-sub2:counter',
107
- name: 'counter',
108
- path: './counter',
109
- requires: [],
110
- file: './src/counter.ts',
111
- assets: {
112
- js: {
113
- sync: ['__FEDERATION_expose_counter.js'],
114
- async: [],
115
- },
116
- css: {
117
- sync: [],
118
- async: [],
119
- },
120
- },
121
- },
122
- ],
123
- },
124
- prodAppManifestWithGetPublicPath: {
125
- id: '@garfish/micro-app-sub3',
126
- name: '@garfish/micro-app-sub3',
127
- metaData: {
128
- name: '@garfish/micro-app-sub3',
129
- buildInfo: {
130
- buildVersion: '1.0.0.1513',
131
- buildName: 'garfish/module/sub3',
132
- },
133
- remoteEntry: {
134
- name: 'federation-remote-entryc26257dd.js',
135
- path: '',
136
- type: 'global',
137
- },
138
- types: {
139
- name: 'index.d.ts',
140
- path: '',
141
- },
142
- globalName: '__FEDERATION_@garfish/micro-app-sub3:1.0.0.1513__',
143
- getPublicPath:
144
- "return 'https://xxx.com/__FEDERATION_micro-app-sub3/1.0.0.1513/'",
145
- },
146
- shared: [],
147
- remotes: [],
148
- exposes: [
149
- {
150
- id: '@garfish/micro-app-sub3:react',
151
- name: 'react',
152
- path: './react',
153
- requires: [],
154
- file: './src/exposes/react.ts',
155
- assets: {
156
- js: {
157
- sync: ['__FEDERATION_expose_react.233fdc6d66f893bf299e.js'],
158
- async: [],
159
- },
160
- css: {
161
- sync: [],
162
- async: [],
163
- },
164
- },
165
- },
166
- {
167
- id: '@garfish/micro-app-sub3:react-dom',
168
- name: 'react-dom',
169
- path: './react-dom',
170
- requires: [],
171
- file: './src/exposes/react-dom.ts',
172
- assets: {
173
- js: {
174
- sync: [
175
- '__FEDERATION_expose_react_dom.d6aa6634718653634808.js',
176
- '197.3aacd0f0d8df28f0c16d.js',
177
- ],
178
- async: ['140.f2d7c24837746b44dbd3.js'],
179
- },
180
- css: {
181
- sync: [],
182
- async: [],
183
- },
184
- },
185
- },
186
- {
187
- id: '@garfish/micro-app-sub3:react-router-dom',
188
- name: 'react-router-dom',
189
- path: './react-router-dom',
190
- requires: [],
191
- file: './src/exposes/react-router-dom.ts',
192
- assets: {
193
- js: {
194
- sync: [
195
- '__FEDERATION_expose_react_router_dom.2abbd85882edf70e8c29.js',
196
- '486.ff01665190ad96f3d058.js',
197
- ],
198
- async: [],
199
- },
200
- css: {
201
- sync: [],
202
- async: [],
203
- },
204
- },
205
- },
206
- {
207
- id: '@garfish/micro-app-sub3:arco-design-web-react',
208
- name: 'arco-design-web-react',
209
- path: './arco-design-web-react',
210
- requires: [],
211
- file: './src/exposes/arco-design-web-react.ts',
212
- assets: {
213
- js: {
214
- sync: [
215
- '__FEDERATION_expose_arco_design_web_react.4e70fa1137386c70bdb4.js',
216
- '197.3aacd0f0d8df28f0c16d.js',
217
- '361.31f98c27b3fa9b07ffbd.js',
218
- ],
219
- async: ['140.f2d7c24837746b44dbd3.js'],
220
- },
221
- css: {
222
- sync: [],
223
- async: [],
224
- },
225
- },
226
- },
227
- {
228
- id: '@garfish/micro-app-sub3:shared-button',
229
- name: 'shared-button',
230
- path: './shared-button',
231
- requires: [],
232
- file: './src/button.tsx',
233
- assets: {
234
- js: {
235
- sync: [
236
- '__FEDERATION_expose_shared_button.df714ec8741ce3c14592.js',
237
- '988.78d3a5695ac9b854d947.js',
238
- ],
239
- async: ['140.f2d7c24837746b44dbd3.js'],
240
- },
241
- css: {
242
- sync: [],
243
- async: [],
244
- },
245
- },
246
- },
247
- ],
248
- },
249
- devAppManifest: {
250
- id: '@garfish/micro-app-sub2',
251
- name: '@garfish/micro-app-sub2',
252
- metaData: {
253
- name: '@garfish/micro-app-sub2',
254
- buildInfo: {
255
- buildVersion: 'local',
256
- buildName: '',
257
- },
258
- remoteEntry: {
259
- name: 'federation-remote-entry.js',
260
- path: '',
261
- type: 'global',
262
- },
263
- types: {
264
- name: 'index.d.ts',
265
- path: '',
266
- },
267
- globalName: '__FEDERATION_@garfish/micro-app-sub2:local__',
268
- publicPath: 'http://localhost:2004/',
269
- },
270
- shared: [],
271
- remotes: [
272
- {
273
- entry: 'http://localhost:2005/vmok-manifest.json',
274
- alias: 'micro-app-sub3',
275
- moduleName: 'shared-button',
276
- federationContainerName: '@garfish/micro-app-sub3',
277
- consumingFederationContainerName: '@garfish/micro-app-sub2',
278
- usedIn: ['src/App.tsx'],
279
- },
280
- {
281
- version: '1.0.2',
282
- alias: 'micro-app-sub4',
283
- moduleName: 'shared-button',
284
- federationContainerName: '@garfish/micro-app-sub4',
285
- consumingFederationContainerName: '@garfish/micro-app-sub2',
286
- usedIn: ['src/App.tsx'],
287
- },
288
- ],
289
- exposes: [
290
- {
291
- id: '@garfish/micro-app-sub2:.',
292
- name: '.',
293
- path: '.',
294
- requires: [],
295
- file: './src/bootstrap.tsx',
296
- assets: {
297
- js: {
298
- sync: [
299
- '__federation_expose_defautl_export.js',
300
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-79fd1b.js',
301
- ],
302
- async: ['src_test_json.js'],
303
- },
304
- css: {
305
- sync: ['__federation_expose_defautl_export.css'],
306
- async: [],
307
- },
308
- },
309
- },
310
- {
311
- id: '@garfish/micro-app-sub2:button',
312
- name: 'button',
313
- path: './button',
314
- requires: [],
315
- file: './src/button.tsx',
316
- assets: {
317
- js: {
318
- sync: ['__FEDERATION_expose_button.js'],
319
- async: ['src_test_json.js'],
320
- },
321
- css: {
322
- sync: ['__FEDERATION_expose_button.css'],
323
- async: [],
324
- },
325
- },
326
- },
327
- {
328
- id: '@garfish/micro-app-sub2:dynamic-variable',
329
- name: 'dynamic-variable',
330
- path: './dynamic-variable',
331
- requires: [],
332
- file: './src/dynamic-variable.ts',
333
- assets: {
334
- js: {
335
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
336
- async: [],
337
- },
338
- css: {
339
- sync: [],
340
- async: [],
341
- },
342
- },
343
- },
344
- {
345
- id: '@garfish/micro-app-sub2:buildVersion',
346
- name: 'buildVersion',
347
- path: './buildVersion',
348
- requires: [],
349
- file: './src/build-version.ts',
350
- assets: {
351
- js: {
352
- sync: ['__FEDERATION_expose_buildVersion.js'],
353
- async: [],
354
- },
355
- css: {
356
- sync: [],
357
- async: [],
358
- },
359
- },
360
- },
361
- {
362
- id: '@garfish/micro-app-sub2:counter',
363
- name: 'counter',
364
- path: './counter',
365
- requires: [],
366
- file: './src/counter.ts',
367
- assets: {
368
- js: {
369
- sync: ['__FEDERATION_expose_counter.js'],
370
- async: [],
371
- },
372
- css: {
373
- sync: [],
374
- async: [],
375
- },
376
- },
377
- },
378
- ],
379
- },
380
- devAppManifestWithGetPublicPath: {
381
- id: '@garfish/micro-app-sub3',
382
- name: '@garfish/micro-app-sub3',
383
- metaData: {
384
- name: '@garfish/micro-app-sub3',
385
- buildInfo: {
386
- buildVersion: 'local',
387
- buildName: '',
388
- },
389
- remoteEntry: {
390
- name: 'federation-remote-entry.js',
391
- path: '',
392
- type: 'global',
393
- },
394
- types: {
395
- name: 'index.d.ts',
396
- path: '',
397
- },
398
- globalName: '__FEDERATION_@garfish/micro-app-sub3:local__',
399
- getPublicPath: "return 'http://localhost:2005/'",
400
- },
401
- shared: [],
402
- remotes: [],
403
- exposes: [
404
- {
405
- id: '@garfish/micro-app-sub3:react',
406
- name: 'react',
407
- path: './react',
408
- requires: [],
409
- file: './src/exposes/react.ts',
410
- assets: {
411
- js: {
412
- sync: [
413
- '__FEDERATION_expose_react.368935bfb75347399cb0.js',
414
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
415
- ],
416
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
417
- },
418
- css: {
419
- sync: [],
420
- async: [],
421
- },
422
- },
423
- },
424
- {
425
- id: '@garfish/micro-app-sub3:react-dom',
426
- name: 'react-dom',
427
- path: './react-dom',
428
- requires: [],
429
- file: './src/exposes/react-dom.ts',
430
- assets: {
431
- js: {
432
- sync: [
433
- '__FEDERATION_expose_react_dom.43adc22317d1326f0145.js',
434
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
435
- 'vendors-_eden-mono_temp_node_modules_pnpm_react-dom_17_0_2_react_17_0_2_node_modules_react-do-a09e10.c028e337bfd7230980df.js',
436
- ],
437
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
438
- },
439
- css: {
440
- sync: [],
441
- async: [],
442
- },
443
- },
444
- },
445
- {
446
- id: '@garfish/micro-app-sub3:react-router-dom',
447
- name: 'react-router-dom',
448
- path: './react-router-dom',
449
- requires: [],
450
- file: './src/exposes/react-router-dom.ts',
451
- assets: {
452
- js: {
453
- sync: [
454
- '__FEDERATION_expose_react_router_dom.416aa4fda7775f22e4b1.js',
455
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
456
- 'vendors-_eden-mono_temp_node_modules_pnpm_react-router-dom_6_3_0_sfoxds7t5ydpegc3knd667wn6m_n-3afd7e.73c7fab88038fb3560b5.js',
457
- ],
458
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
459
- },
460
- css: {
461
- sync: [],
462
- async: [],
463
- },
464
- },
465
- },
466
- {
467
- id: '@garfish/micro-app-sub3:arco-design-web-react',
468
- name: 'arco-design-web-react',
469
- path: './arco-design-web-react',
470
- requires: [],
471
- file: './src/exposes/arco-design-web-react.ts',
472
- assets: {
473
- js: {
474
- sync: [
475
- '__FEDERATION_expose_arco_design_web_react.dbb1e6340eff7496e323.js',
476
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
477
- 'vendors-_eden-mono_temp_node_modules_pnpm_react-dom_17_0_2_react_17_0_2_node_modules_react-do-a09e10.c028e337bfd7230980df.js',
478
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-c0e521.1a90ede599c583bdf8a1.js',
479
- ],
480
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
481
- },
482
- css: {
483
- sync: [],
484
- async: [],
485
- },
486
- },
487
- },
488
- {
489
- id: '@garfish/micro-app-sub3:shared-button',
490
- name: 'shared-button',
491
- path: './shared-button',
492
- requires: [],
493
- file: './src/button.tsx',
494
- assets: {
495
- js: {
496
- sync: [
497
- '__FEDERATION_expose_shared_button.d36f63d0dd15464577f0.js',
498
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
499
- 'vendors-_eden-mono_temp_node_modules_pnpm_lodash_4_17_21_node_modules_lodash_lodash_js.ad738e23b192970ace86.js',
500
- ],
501
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
502
- },
503
- css: {
504
- sync: [],
505
- async: [],
506
- },
507
- },
508
- },
509
- ],
510
- },
511
- };
512
-
513
- const snapshot: { [key: string]: ModuleInfo } = {
514
- devAppSnapshot: {
515
- version: '',
516
- buildVersion: 'local',
517
- globalName: '__FEDERATION_@garfish/micro-app-sub2:local__',
518
- remoteEntry: 'federation-remote-entry.js',
519
- remoteEntryType: 'global',
520
- remoteTypes: 'index.d.ts',
521
- remotesInfo: {
522
- '@garfish/micro-app-sub3': {
523
- matchedVersion: 'http://localhost:2005/vmok-manifest.json',
524
- },
525
- '@garfish/micro-app-sub4': {
526
- matchedVersion: '1.0.2',
527
- },
528
- },
529
- shared: [],
530
- modules: [
531
- {
532
- moduleName: '.',
533
- modulePath: '.',
534
- assets: {
535
- js: {
536
- sync: [
537
- '__federation_expose_defautl_export.js',
538
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-79fd1b.js',
539
- ],
540
- async: ['src_test_json.js'],
541
- },
542
- css: {
543
- sync: ['__federation_expose_defautl_export.css'],
544
- async: [],
545
- },
546
- },
547
- },
548
- {
549
- moduleName: 'button',
550
- modulePath: './button',
551
- assets: {
552
- js: {
553
- sync: ['__FEDERATION_expose_button.js'],
554
- async: ['src_test_json.js'],
555
- },
556
- css: {
557
- sync: ['__FEDERATION_expose_button.css'],
558
- async: [],
559
- },
560
- },
561
- },
562
- {
563
- moduleName: 'dynamic-variable',
564
- modulePath: './dynamic-variable',
565
- assets: {
566
- js: {
567
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
568
- async: [],
569
- },
570
- css: {
571
- sync: [],
572
- async: [],
573
- },
574
- },
575
- },
576
- {
577
- moduleName: 'buildVersion',
578
- modulePath: './buildVersion',
579
- assets: {
580
- js: {
581
- sync: ['__FEDERATION_expose_buildVersion.js'],
582
- async: [],
583
- },
584
- css: {
585
- sync: [],
586
- async: [],
587
- },
588
- },
589
- },
590
- {
591
- moduleName: 'counter',
592
- modulePath: './counter',
593
- assets: {
594
- js: {
595
- sync: ['__FEDERATION_expose_counter.js'],
596
- async: [],
597
- },
598
- css: {
599
- sync: [],
600
- async: [],
601
- },
602
- },
603
- },
604
- ],
605
- publicPath: 'http://localhost:2004/',
606
- },
607
- devAppSnapshotWithVersion: {
608
- version: 'http://localhost:2006/vmok-manifest.json',
609
- buildVersion: 'local',
610
- globalName: '__FEDERATION_@garfish/micro-app-sub2:local__',
611
- remoteEntry: 'federation-remote-entry.js',
612
- remoteEntryType: 'global',
613
- remoteTypes: 'index.d.ts',
614
- remotesInfo: {
615
- '@garfish/micro-app-sub3': {
616
- matchedVersion: 'http://localhost:2005/vmok-manifest.json',
617
- },
618
- '@garfish/micro-app-sub4': {
619
- matchedVersion: '1.0.2',
620
- },
621
- },
622
- shared: [],
623
- modules: [
624
- {
625
- moduleName: '.',
626
- modulePath: '.',
627
- assets: {
628
- js: {
629
- sync: [
630
- '__federation_expose_defautl_export.js',
631
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-79fd1b.js',
632
- ],
633
- async: ['src_test_json.js'],
634
- },
635
- css: {
636
- sync: ['__federation_expose_defautl_export.css'],
637
- async: [],
638
- },
639
- },
640
- },
641
- {
642
- moduleName: 'button',
643
- modulePath: './button',
644
- assets: {
645
- js: {
646
- sync: ['__FEDERATION_expose_button.js'],
647
- async: ['src_test_json.js'],
648
- },
649
- css: {
650
- sync: ['__FEDERATION_expose_button.css'],
651
- async: [],
652
- },
653
- },
654
- },
655
- {
656
- moduleName: 'dynamic-variable',
657
- modulePath: './dynamic-variable',
658
- assets: {
659
- js: {
660
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
661
- async: [],
662
- },
663
- css: {
664
- sync: [],
665
- async: [],
666
- },
667
- },
668
- },
669
- {
670
- moduleName: 'buildVersion',
671
- modulePath: './buildVersion',
672
- assets: {
673
- js: {
674
- sync: ['__FEDERATION_expose_buildVersion.js'],
675
- async: [],
676
- },
677
- css: {
678
- sync: [],
679
- async: [],
680
- },
681
- },
682
- },
683
- {
684
- moduleName: 'counter',
685
- modulePath: './counter',
686
- assets: {
687
- js: {
688
- sync: ['__FEDERATION_expose_counter.js'],
689
- async: [],
690
- },
691
- css: {
692
- sync: [],
693
- async: [],
694
- },
695
- },
696
- },
697
- ],
698
- publicPath: 'http://localhost:2004/',
699
- },
700
- devAppSnapshotWithGetPublicPath: {
701
- version: '',
702
- buildVersion: 'local',
703
- globalName: '__FEDERATION_@garfish/micro-app-sub3:local__',
704
- remoteEntry: 'federation-remote-entry.js',
705
- remoteEntryType: 'global',
706
- remoteTypes: 'index.d.ts',
707
- remotesInfo: {},
708
- shared: [],
709
- modules: [
710
- {
711
- moduleName: 'react',
712
- modulePath: './react',
713
- assets: {
714
- js: {
715
- sync: [
716
- '__FEDERATION_expose_react.368935bfb75347399cb0.js',
717
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
718
- ],
719
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
720
- },
721
- css: {
722
- sync: [],
723
- async: [],
724
- },
725
- },
726
- },
727
- {
728
- moduleName: 'react-dom',
729
- modulePath: './react-dom',
730
- assets: {
731
- js: {
732
- sync: [
733
- '__FEDERATION_expose_react_dom.43adc22317d1326f0145.js',
734
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
735
- 'vendors-_eden-mono_temp_node_modules_pnpm_react-dom_17_0_2_react_17_0_2_node_modules_react-do-a09e10.c028e337bfd7230980df.js',
736
- ],
737
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
738
- },
739
- css: {
740
- sync: [],
741
- async: [],
742
- },
743
- },
744
- },
745
- {
746
- moduleName: 'react-router-dom',
747
- modulePath: './react-router-dom',
748
- assets: {
749
- js: {
750
- sync: [
751
- '__FEDERATION_expose_react_router_dom.416aa4fda7775f22e4b1.js',
752
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
753
- 'vendors-_eden-mono_temp_node_modules_pnpm_react-router-dom_6_3_0_sfoxds7t5ydpegc3knd667wn6m_n-3afd7e.73c7fab88038fb3560b5.js',
754
- ],
755
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
756
- },
757
- css: {
758
- sync: [],
759
- async: [],
760
- },
761
- },
762
- },
763
- {
764
- moduleName: 'arco-design-web-react',
765
- modulePath: './arco-design-web-react',
766
- assets: {
767
- js: {
768
- sync: [
769
- '__FEDERATION_expose_arco_design_web_react.dbb1e6340eff7496e323.js',
770
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
771
- 'vendors-_eden-mono_temp_node_modules_pnpm_react-dom_17_0_2_react_17_0_2_node_modules_react-do-a09e10.c028e337bfd7230980df.js',
772
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-c0e521.1a90ede599c583bdf8a1.js',
773
- ],
774
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
775
- },
776
- css: {
777
- sync: [],
778
- async: [],
779
- },
780
- },
781
- },
782
- {
783
- moduleName: 'shared-button',
784
- modulePath: './shared-button',
785
- assets: {
786
- js: {
787
- sync: [
788
- '__FEDERATION_expose_shared_button.d36f63d0dd15464577f0.js',
789
- 'vendors-_eden-mono_temp_node_modules_pnpm_react_17_0_2_node_modules_react_index_js.19345156b9167fd411b5.js',
790
- 'vendors-_eden-mono_temp_node_modules_pnpm_lodash_4_17_21_node_modules_lodash_lodash_js.ad738e23b192970ace86.js',
791
- ],
792
- async: ['src_testK_ts.5fe32394d3703d02c2ac.js'],
793
- },
794
- css: {
795
- sync: [],
796
- async: [],
797
- },
798
- },
799
- },
800
- ],
801
- getPublicPath: "return 'http://localhost:2005/'",
802
- },
803
- prodAppSnapshot: {
804
- version: '',
805
- buildVersion: '1.0.0.1517',
806
- globalName: '__FEDERATION_@garfish/micro-app-sub2:1.0.0.1517__',
807
- remoteEntry: 'federation-remote-entry496985d3.js',
808
- remoteEntryType: 'global',
809
- remoteTypes: 'index.d.ts',
810
- remotesInfo: {
811
- '@garfish/micro-app-sub3': {
812
- matchedVersion: '*',
813
- },
814
- },
815
- shared: [],
816
- modules: [
817
- {
818
- moduleName: '.',
819
- modulePath: '.',
820
- assets: {
821
- js: {
822
- sync: ['__federation_expose_defautl_export.js', '94.js'],
823
- async: ['426.js'],
824
- },
825
- css: {
826
- sync: ['__federation_expose_defautl_export.css'],
827
- async: [],
828
- },
829
- },
830
- },
831
- {
832
- moduleName: 'button',
833
- modulePath: './button',
834
- assets: {
835
- js: {
836
- sync: ['__FEDERATION_expose_button.js'],
837
- async: ['426.js'],
838
- },
839
- css: {
840
- sync: ['__FEDERATION_expose_button.css'],
841
- async: [],
842
- },
843
- },
844
- },
845
- {
846
- moduleName: 'dynamic-variable',
847
- modulePath: './dynamic-variable',
848
- assets: {
849
- js: {
850
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
851
- async: [],
852
- },
853
- css: {
854
- sync: [],
855
- async: [],
856
- },
857
- },
858
- },
859
- {
860
- moduleName: 'buildVersion',
861
- modulePath: './buildVersion',
862
- assets: {
863
- js: {
864
- sync: ['__FEDERATION_expose_buildVersion.js'],
865
- async: [],
866
- },
867
- css: {
868
- sync: [],
869
- async: [],
870
- },
871
- },
872
- },
873
- {
874
- moduleName: 'counter',
875
- modulePath: './counter',
876
- assets: {
877
- js: {
878
- sync: ['__FEDERATION_expose_counter.js'],
879
- async: [],
880
- },
881
- css: {
882
- sync: [],
883
- async: [],
884
- },
885
- },
886
- },
887
- ],
888
- publicPath: 'https://__CDN_PREFIX__/micro-app-sub2/1.0.0.1517/',
889
- },
890
- prodAppSnapshotWithGetPublicPath: {
891
- version: '',
892
- buildVersion: '1.0.0.1513',
893
- globalName: '__FEDERATION_@garfish/micro-app-sub3:1.0.0.1513__',
894
- remoteEntry: 'federation-remote-entryc26257dd.js',
895
- remoteEntryType: 'global',
896
- remoteTypes: 'index.d.ts',
897
- remotesInfo: {},
898
- shared: [],
899
- modules: [
900
- {
901
- moduleName: 'react',
902
- modulePath: './react',
903
- assets: {
904
- js: {
905
- sync: ['__FEDERATION_expose_react.233fdc6d66f893bf299e.js'],
906
- async: [],
907
- },
908
- css: {
909
- sync: [],
910
- async: [],
911
- },
912
- },
913
- },
914
- {
915
- moduleName: 'react-dom',
916
- modulePath: './react-dom',
917
- assets: {
918
- js: {
919
- sync: [
920
- '__FEDERATION_expose_react_dom.d6aa6634718653634808.js',
921
- '197.3aacd0f0d8df28f0c16d.js',
922
- ],
923
- async: ['140.f2d7c24837746b44dbd3.js'],
924
- },
925
- css: {
926
- sync: [],
927
- async: [],
928
- },
929
- },
930
- },
931
- {
932
- moduleName: 'react-router-dom',
933
- modulePath: './react-router-dom',
934
- assets: {
935
- js: {
936
- sync: [
937
- '__FEDERATION_expose_react_router_dom.2abbd85882edf70e8c29.js',
938
- '486.ff01665190ad96f3d058.js',
939
- ],
940
- async: [],
941
- },
942
- css: {
943
- sync: [],
944
- async: [],
945
- },
946
- },
947
- },
948
- {
949
- moduleName: 'arco-design-web-react',
950
- modulePath: './arco-design-web-react',
951
- assets: {
952
- js: {
953
- sync: [
954
- '__FEDERATION_expose_arco_design_web_react.4e70fa1137386c70bdb4.js',
955
- '197.3aacd0f0d8df28f0c16d.js',
956
- '361.31f98c27b3fa9b07ffbd.js',
957
- ],
958
- async: ['140.f2d7c24837746b44dbd3.js'],
959
- },
960
- css: {
961
- sync: [],
962
- async: [],
963
- },
964
- },
965
- },
966
- {
967
- moduleName: 'shared-button',
968
- modulePath: './shared-button',
969
- assets: {
970
- js: {
971
- sync: [
972
- '__FEDERATION_expose_shared_button.df714ec8741ce3c14592.js',
973
- '988.78d3a5695ac9b854d947.js',
974
- ],
975
- async: ['140.f2d7c24837746b44dbd3.js'],
976
- },
977
- css: {
978
- sync: [],
979
- async: [],
980
- },
981
- },
982
- },
983
- ],
984
- getPublicPath:
985
- "return 'https://xxx.com/__FEDERATION_micro-app-sub3/1.0.0.1513/'",
986
- },
987
- prodAppSnapshotWithAllParams: {
988
- version: '',
989
- buildVersion: '1.0.0.1517',
990
- globalName: '__FEDERATION_@garfish/micro-app-sub2:1.0.0.1517__',
991
- remoteEntry: 'federation-remote-entry496985d3.js',
992
- remoteEntryType: 'global',
993
- remoteTypes: 'index.d.ts',
994
- remotesInfo: {
995
- '@garfish/micro-app-sub3': {
996
- matchedVersion: '1.0.4',
997
- },
998
- '@garfish/micro-app-sub4': {
999
- matchedVersion: 'http://localhost:8080/vmok-manifest.json',
1000
- },
1001
- },
1002
- shared: [],
1003
- modules: [
1004
- {
1005
- moduleName: '.',
1006
- modulePath: '.',
1007
- assets: {
1008
- js: {
1009
- sync: ['__federation_expose_defautl_export.js', '94.js'],
1010
- async: ['426.js'],
1011
- },
1012
- css: {
1013
- sync: ['__federation_expose_defautl_export.css'],
1014
- async: [],
1015
- },
1016
- },
1017
- },
1018
- {
1019
- moduleName: 'button',
1020
- modulePath: './button',
1021
- assets: {
1022
- js: {
1023
- sync: ['__FEDERATION_expose_button.js'],
1024
- async: ['426.js'],
1025
- },
1026
- css: {
1027
- sync: ['__FEDERATION_expose_button.css'],
1028
- async: [],
1029
- },
1030
- },
1031
- },
1032
- {
1033
- moduleName: 'dynamic-variable',
1034
- modulePath: './dynamic-variable',
1035
- assets: {
1036
- js: {
1037
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
1038
- async: [],
1039
- },
1040
- css: {
1041
- sync: [],
1042
- async: [],
1043
- },
1044
- },
1045
- },
1046
- {
1047
- moduleName: 'buildVersion',
1048
- modulePath: './buildVersion',
1049
- assets: {
1050
- js: {
1051
- sync: ['__FEDERATION_expose_buildVersion.js'],
1052
- async: [],
1053
- },
1054
- css: {
1055
- sync: [],
1056
- async: [],
1057
- },
1058
- },
1059
- },
1060
- {
1061
- moduleName: 'counter',
1062
- modulePath: './counter',
1063
- assets: {
1064
- js: {
1065
- sync: ['__FEDERATION_expose_counter.js'],
1066
- async: [],
1067
- },
1068
- css: {
1069
- sync: [],
1070
- async: [],
1071
- },
1072
- },
1073
- },
1074
- ],
1075
- publicPath: 'https://__CDN_PREFIX__/micro-app-sub2/1.0.0.1517/',
1076
- },
1077
- devAppSnapshotWithOverrides: {
1078
- version: '',
1079
- buildVersion: 'local',
1080
- globalName: '__FEDERATION_@garfish/micro-app-sub2:local__',
1081
- remoteEntry: 'federation-remote-entry.js',
1082
- remoteEntryType: 'global',
1083
- remoteTypes: 'index.d.ts',
1084
- remotesInfo: {
1085
- '@garfish/micro-app-sub3': {
1086
- matchedVersion: '1.0.3',
1087
- },
1088
- '@garfish/micro-app-sub4': {
1089
- matchedVersion: 'http://localhost:8080/vmok-manifest.json',
1090
- },
1091
- },
1092
- shared: [],
1093
- modules: [
1094
- {
1095
- moduleName: '.',
1096
- modulePath: '.',
1097
- assets: {
1098
- js: {
1099
- sync: [
1100
- '__federation_expose_defautl_export.js',
1101
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-79fd1b.js',
1102
- ],
1103
- async: ['src_test_json.js'],
1104
- },
1105
- css: {
1106
- sync: ['__federation_expose_defautl_export.css'],
1107
- async: [],
1108
- },
1109
- },
1110
- },
1111
- {
1112
- moduleName: 'button',
1113
- modulePath: './button',
1114
- assets: {
1115
- js: {
1116
- sync: ['__FEDERATION_expose_button.js'],
1117
- async: ['src_test_json.js'],
1118
- },
1119
- css: {
1120
- sync: ['__FEDERATION_expose_button.css'],
1121
- async: [],
1122
- },
1123
- },
1124
- },
1125
- {
1126
- moduleName: 'dynamic-variable',
1127
- modulePath: './dynamic-variable',
1128
- assets: {
1129
- js: {
1130
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
1131
- async: [],
1132
- },
1133
- css: {
1134
- sync: [],
1135
- async: [],
1136
- },
1137
- },
1138
- },
1139
- {
1140
- moduleName: 'buildVersion',
1141
- modulePath: './buildVersion',
1142
- assets: {
1143
- js: {
1144
- sync: ['__FEDERATION_expose_buildVersion.js'],
1145
- async: [],
1146
- },
1147
- css: {
1148
- sync: [],
1149
- async: [],
1150
- },
1151
- },
1152
- },
1153
- {
1154
- moduleName: 'counter',
1155
- modulePath: './counter',
1156
- assets: {
1157
- js: {
1158
- sync: ['__FEDERATION_expose_counter.js'],
1159
- async: [],
1160
- },
1161
- css: {
1162
- sync: [],
1163
- async: [],
1164
- },
1165
- },
1166
- },
1167
- ],
1168
- publicPath: 'http://localhost:2004/',
1169
- },
1170
- devAppSnapshotWithRemotes: {
1171
- version: '',
1172
- buildVersion: 'local',
1173
- globalName: '__FEDERATION_@garfish/micro-app-sub2:local__',
1174
- remoteEntry: 'federation-remote-entry.js',
1175
- remoteEntryType: 'global',
1176
- remoteTypes: 'index.d.ts',
1177
- remotesInfo: {
1178
- '@garfish/micro-app-sub3': {
1179
- matchedVersion: '1.0.3',
1180
- },
1181
- '@garfish/micro-app-sub4': {
1182
- matchedVersion: '1.2.3',
1183
- },
1184
- },
1185
- shared: [],
1186
- modules: [
1187
- {
1188
- moduleName: '.',
1189
- modulePath: '.',
1190
- assets: {
1191
- js: {
1192
- sync: [
1193
- '__federation_expose_defautl_export.js',
1194
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-79fd1b.js',
1195
- ],
1196
- async: ['src_test_json.js'],
1197
- },
1198
- css: {
1199
- sync: ['__federation_expose_defautl_export.css'],
1200
- async: [],
1201
- },
1202
- },
1203
- },
1204
- {
1205
- moduleName: 'button',
1206
- modulePath: './button',
1207
- assets: {
1208
- js: {
1209
- sync: ['__FEDERATION_expose_button.js'],
1210
- async: ['src_test_json.js'],
1211
- },
1212
- css: {
1213
- sync: ['__FEDERATION_expose_button.css'],
1214
- async: [],
1215
- },
1216
- },
1217
- },
1218
- {
1219
- moduleName: 'dynamic-variable',
1220
- modulePath: './dynamic-variable',
1221
- assets: {
1222
- js: {
1223
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
1224
- async: [],
1225
- },
1226
- css: {
1227
- sync: [],
1228
- async: [],
1229
- },
1230
- },
1231
- },
1232
- {
1233
- moduleName: 'buildVersion',
1234
- modulePath: './buildVersion',
1235
- assets: {
1236
- js: {
1237
- sync: ['__FEDERATION_expose_buildVersion.js'],
1238
- async: [],
1239
- },
1240
- css: {
1241
- sync: [],
1242
- async: [],
1243
- },
1244
- },
1245
- },
1246
- {
1247
- moduleName: 'counter',
1248
- modulePath: './counter',
1249
- assets: {
1250
- js: {
1251
- sync: ['__FEDERATION_expose_counter.js'],
1252
- async: [],
1253
- },
1254
- css: {
1255
- sync: [],
1256
- async: [],
1257
- },
1258
- },
1259
- },
1260
- ],
1261
- publicPath: 'http://localhost:2004/',
1262
- },
1263
- devAppSnapshotWithPartRemotes: {
1264
- version: '',
1265
- buildVersion: 'local',
1266
- globalName: '__FEDERATION_@garfish/micro-app-sub2:local__',
1267
- remoteEntry: 'federation-remote-entry.js',
1268
- remoteEntryType: 'global',
1269
- remoteTypes: 'index.d.ts',
1270
- remotesInfo: {
1271
- '@garfish/micro-app-sub3': {
1272
- matchedVersion: '1.0.3',
1273
- },
1274
- },
1275
- shared: [],
1276
- modules: [
1277
- {
1278
- moduleName: '.',
1279
- modulePath: '.',
1280
- assets: {
1281
- js: {
1282
- sync: [
1283
- '__federation_expose_defautl_export.js',
1284
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-79fd1b.js',
1285
- ],
1286
- async: ['src_test_json.js'],
1287
- },
1288
- css: {
1289
- sync: ['__federation_expose_defautl_export.css'],
1290
- async: [],
1291
- },
1292
- },
1293
- },
1294
- {
1295
- moduleName: 'button',
1296
- modulePath: './button',
1297
- assets: {
1298
- js: {
1299
- sync: ['__FEDERATION_expose_button.js'],
1300
- async: ['src_test_json.js'],
1301
- },
1302
- css: {
1303
- sync: ['__FEDERATION_expose_button.css'],
1304
- async: [],
1305
- },
1306
- },
1307
- },
1308
- {
1309
- moduleName: 'dynamic-variable',
1310
- modulePath: './dynamic-variable',
1311
- assets: {
1312
- js: {
1313
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
1314
- async: [],
1315
- },
1316
- css: {
1317
- sync: [],
1318
- async: [],
1319
- },
1320
- },
1321
- },
1322
- {
1323
- moduleName: 'buildVersion',
1324
- modulePath: './buildVersion',
1325
- assets: {
1326
- js: {
1327
- sync: ['__FEDERATION_expose_buildVersion.js'],
1328
- async: [],
1329
- },
1330
- css: {
1331
- sync: [],
1332
- async: [],
1333
- },
1334
- },
1335
- },
1336
- {
1337
- moduleName: 'counter',
1338
- modulePath: './counter',
1339
- assets: {
1340
- js: {
1341
- sync: ['__FEDERATION_expose_counter.js'],
1342
- async: [],
1343
- },
1344
- css: {
1345
- sync: [],
1346
- async: [],
1347
- },
1348
- },
1349
- },
1350
- ],
1351
- publicPath: 'http://localhost:2004/',
1352
- },
1353
- devAppSnapshotWithAllParams: {
1354
- version: '',
1355
- buildVersion: 'local',
1356
- globalName: '__FEDERATION_@garfish/micro-app-sub2:local__',
1357
- remoteEntry: 'federation-remote-entry.js',
1358
- remoteEntryType: 'global',
1359
- remoteTypes: 'index.d.ts',
1360
- remotesInfo: {
1361
- '@garfish/micro-app-sub3': {
1362
- matchedVersion: '1.0.4',
1363
- },
1364
- '@garfish/micro-app-sub4': {
1365
- matchedVersion: 'http://localhost:8080/vmok-manifest.json',
1366
- },
1367
- },
1368
- shared: [],
1369
- modules: [
1370
- {
1371
- moduleName: '.',
1372
- modulePath: '.',
1373
- assets: {
1374
- js: {
1375
- sync: [
1376
- '__federation_expose_defautl_export.js',
1377
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-79fd1b.js',
1378
- ],
1379
- async: ['src_test_json.js'],
1380
- },
1381
- css: {
1382
- sync: ['__federation_expose_defautl_export.css'],
1383
- async: [],
1384
- },
1385
- },
1386
- },
1387
- {
1388
- moduleName: 'button',
1389
- modulePath: './button',
1390
- assets: {
1391
- js: {
1392
- sync: ['__FEDERATION_expose_button.js'],
1393
- async: ['src_test_json.js'],
1394
- },
1395
- css: {
1396
- sync: ['__FEDERATION_expose_button.css'],
1397
- async: [],
1398
- },
1399
- },
1400
- },
1401
- {
1402
- moduleName: 'dynamic-variable',
1403
- modulePath: './dynamic-variable',
1404
- assets: {
1405
- js: {
1406
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
1407
- async: [],
1408
- },
1409
- css: {
1410
- sync: [],
1411
- async: [],
1412
- },
1413
- },
1414
- },
1415
- {
1416
- moduleName: 'buildVersion',
1417
- modulePath: './buildVersion',
1418
- assets: {
1419
- js: {
1420
- sync: ['__FEDERATION_expose_buildVersion.js'],
1421
- async: [],
1422
- },
1423
- css: {
1424
- sync: [],
1425
- async: [],
1426
- },
1427
- },
1428
- },
1429
- {
1430
- moduleName: 'counter',
1431
- modulePath: './counter',
1432
- assets: {
1433
- js: {
1434
- sync: ['__FEDERATION_expose_counter.js'],
1435
- async: [],
1436
- },
1437
- css: {
1438
- sync: [],
1439
- async: [],
1440
- },
1441
- },
1442
- },
1443
- ],
1444
- publicPath: 'http://localhost:2004/',
1445
- },
1446
- devAppSnapshotWithRemotesAndOverrides: {
1447
- version: '',
1448
- buildVersion: 'local',
1449
- globalName: '__FEDERATION_@garfish/micro-app-sub2:local__',
1450
- remoteEntry: 'federation-remote-entry.js',
1451
- remoteEntryType: 'global',
1452
- remoteTypes: 'index.d.ts',
1453
- remotesInfo: {
1454
- '@garfish/micro-app-sub3': {
1455
- matchedVersion: '1.0.4',
1456
- },
1457
- '@garfish/micro-app-sub4': {
1458
- matchedVersion: 'http://localhost:8080/vmok-manifest.json',
1459
- },
1460
- },
1461
- shared: [],
1462
- modules: [
1463
- {
1464
- moduleName: '.',
1465
- modulePath: '.',
1466
- assets: {
1467
- js: {
1468
- sync: [
1469
- '__federation_expose_defautl_export.js',
1470
- 'vendors-_eden-mono_temp_node_modules_pnpm_arco-design_web-react_2_45_0_sfoxds7t5ydpegc3knd667-79fd1b.js',
1471
- ],
1472
- async: ['src_test_json.js'],
1473
- },
1474
- css: {
1475
- sync: ['__federation_expose_defautl_export.css'],
1476
- async: [],
1477
- },
1478
- },
1479
- },
1480
- {
1481
- moduleName: 'button',
1482
- modulePath: './button',
1483
- assets: {
1484
- js: {
1485
- sync: ['__FEDERATION_expose_button.js'],
1486
- async: ['src_test_json.js'],
1487
- },
1488
- css: {
1489
- sync: ['__FEDERATION_expose_button.css'],
1490
- async: [],
1491
- },
1492
- },
1493
- },
1494
- {
1495
- moduleName: 'dynamic-variable',
1496
- modulePath: './dynamic-variable',
1497
- assets: {
1498
- js: {
1499
- sync: ['__FEDERATION_expose_dynamic_variable.js'],
1500
- async: [],
1501
- },
1502
- css: {
1503
- sync: [],
1504
- async: [],
1505
- },
1506
- },
1507
- },
1508
- {
1509
- moduleName: 'buildVersion',
1510
- modulePath: './buildVersion',
1511
- assets: {
1512
- js: {
1513
- sync: ['__FEDERATION_expose_buildVersion.js'],
1514
- async: [],
1515
- },
1516
- css: {
1517
- sync: [],
1518
- async: [],
1519
- },
1520
- },
1521
- },
1522
- {
1523
- moduleName: 'counter',
1524
- modulePath: './counter',
1525
- assets: {
1526
- js: {
1527
- sync: ['__FEDERATION_expose_counter.js'],
1528
- async: [],
1529
- },
1530
- css: {
1531
- sync: [],
1532
- async: [],
1533
- },
1534
- },
1535
- },
1536
- ],
1537
- publicPath: 'http://localhost:2004/',
1538
- },
1539
- };
1540
-
1541
- export { manifest, snapshot };