@module-federation/enhanced 2.1.0 → 2.2.1
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.
- package/dist/CHANGELOG.md +2375 -0
- package/dist/README.md +213 -0
- package/dist/rstestmigrate.md +140 -0
- package/dist/src/_virtual/_rolldown/runtime.js +47 -0
- package/dist/src/index.d.ts +22 -19
- package/dist/src/index.js +47 -43
- package/dist/src/index.js.map +1 -1
- package/dist/src/lib/Constants.d.ts +25 -29
- package/dist/src/lib/Constants.js +136 -116
- package/dist/src/lib/Constants.js.map +1 -1
- package/dist/src/lib/container/AsyncBoundaryPlugin.d.ts +20 -16
- package/dist/src/lib/container/AsyncBoundaryPlugin.js +137 -200
- package/dist/src/lib/container/AsyncBoundaryPlugin.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryDependency.d.ts +28 -23
- package/dist/src/lib/container/ContainerEntryDependency.js +39 -39
- package/dist/src/lib/container/ContainerEntryDependency.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryModule.d.ts +93 -84
- package/dist/src/lib/container/ContainerEntryModule.js +219 -234
- package/dist/src/lib/container/ContainerEntryModule.js.map +1 -1
- package/dist/src/lib/container/ContainerEntryModuleFactory.d.ts +15 -10
- package/dist/src/lib/container/ContainerEntryModuleFactory.js +21 -25
- package/dist/src/lib/container/ContainerEntryModuleFactory.js.map +1 -1
- package/dist/src/lib/container/ContainerExposedDependency.d.ts +29 -24
- package/dist/src/lib/container/ContainerExposedDependency.js +47 -47
- package/dist/src/lib/container/ContainerExposedDependency.js.map +1 -1
- package/dist/src/lib/container/ContainerPlugin.d.ts +12 -8
- package/dist/src/lib/container/ContainerPlugin.js +147 -211
- package/dist/src/lib/container/ContainerPlugin.js.map +1 -1
- package/dist/src/lib/container/ContainerReferencePlugin.d.ts +16 -12
- package/dist/src/lib/container/ContainerReferencePlugin.js +74 -102
- package/dist/src/lib/container/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/lib/container/FallbackDependency.d.ts +24 -19
- package/dist/src/lib/container/FallbackDependency.js +46 -44
- package/dist/src/lib/container/FallbackDependency.js.map +1 -1
- package/dist/src/lib/container/FallbackItemDependency.d.ts +13 -8
- package/dist/src/lib/container/FallbackItemDependency.js +24 -24
- package/dist/src/lib/container/FallbackItemDependency.js.map +1 -1
- package/dist/src/lib/container/FallbackModule.d.ts +82 -71
- package/dist/src/lib/container/FallbackModule.js +133 -145
- package/dist/src/lib/container/FallbackModule.js.map +1 -1
- package/dist/src/lib/container/FallbackModuleFactory.d.ts +15 -10
- package/dist/src/lib/container/FallbackModuleFactory.js +20 -24
- package/dist/src/lib/container/FallbackModuleFactory.js.map +1 -1
- package/dist/src/lib/container/HoistContainerReferencesPlugin.d.ts +11 -7
- package/dist/src/lib/container/HoistContainerReferencesPlugin.js +125 -188
- package/dist/src/lib/container/HoistContainerReferencesPlugin.js.map +1 -1
- package/dist/src/lib/container/ModuleFederationPlugin.d.ts +20 -16
- package/dist/src/lib/container/ModuleFederationPlugin.js +143 -181
- package/dist/src/lib/container/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/lib/container/RemoteModule.d.ts +79 -74
- package/dist/src/lib/container/RemoteModule.js +143 -153
- package/dist/src/lib/container/RemoteModule.js.map +1 -1
- package/dist/src/lib/container/RemoteRuntimeModule.d.ts +12 -7
- package/dist/src/lib/container/RemoteRuntimeModule.js +86 -132
- package/dist/src/lib/container/RemoteRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/RemoteToExternalDependency.d.ts +13 -8
- package/dist/src/lib/container/RemoteToExternalDependency.js +25 -23
- package/dist/src/lib/container/RemoteToExternalDependency.js.map +1 -1
- package/dist/src/lib/container/constant.d.ts +3 -0
- package/dist/src/lib/container/constant.js +11 -14
- package/dist/src/lib/container/constant.js.map +1 -1
- package/dist/src/lib/container/options.d.ts +7 -3
- package/dist/src/lib/container/options.js +51 -69
- package/dist/src/lib/container/options.js.map +1 -1
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.d.ts +14 -9
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.js +56 -64
- package/dist/src/lib/container/runtime/EmbedFederationRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.d.ts +23 -19
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.js +71 -101
- package/dist/src/lib/container/runtime/EmbedFederationRuntimePlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationModulesPlugin.d.ts +20 -16
- package/dist/src/lib/container/runtime/FederationModulesPlugin.js +55 -47
- package/dist/src/lib/container/runtime/FederationModulesPlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.d.ts +9 -4
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.js +16 -12
- package/dist/src/lib/container/runtime/FederationRuntimeDependency.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimeModule.d.ts +16 -11
- package/dist/src/lib/container/runtime/FederationRuntimeModule.js +39 -46
- package/dist/src/lib/container/runtime/FederationRuntimeModule.js.map +1 -1
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.d.ts +31 -20
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.js +265 -358
- package/dist/src/lib/container/runtime/FederationRuntimePlugin.js.map +1 -1
- package/dist/src/lib/container/runtime/getFederationGlobal.d.ts +9 -4
- package/dist/src/lib/container/runtime/getFederationGlobal.js +43 -41
- package/dist/src/lib/container/runtime/getFederationGlobal.js.map +1 -1
- package/dist/src/lib/container/runtime/utils.d.ts +24 -13
- package/dist/src/lib/container/runtime/utils.js +83 -101
- package/dist/src/lib/container/runtime/utils.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.d.ts +15 -10
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.js +27 -25
- package/dist/src/lib/sharing/ConsumeSharedFallbackDependency.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedModule.d.ts +77 -68
- package/dist/src/lib/sharing/ConsumeSharedModule.js +186 -214
- package/dist/src/lib/sharing/ConsumeSharedModule.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedPlugin.d.ts +13 -9
- package/dist/src/lib/sharing/ConsumeSharedPlugin.js +308 -475
- package/dist/src/lib/sharing/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.d.ts +16 -11
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.js +107 -137
- package/dist/src/lib/sharing/ConsumeSharedRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/ProvideForSharedDependency.d.ts +14 -9
- package/dist/src/lib/sharing/ProvideForSharedDependency.js +25 -25
- package/dist/src/lib/sharing/ProvideForSharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedDependency.d.ts +44 -39
- package/dist/src/lib/sharing/ProvideSharedDependency.js +72 -76
- package/dist/src/lib/sharing/ProvideSharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedModule.d.ts +91 -82
- package/dist/src/lib/sharing/ProvideSharedModule.js +177 -184
- package/dist/src/lib/sharing/ProvideSharedModule.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.d.ts +14 -9
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.js +19 -25
- package/dist/src/lib/sharing/ProvideSharedModuleFactory.js.map +1 -1
- package/dist/src/lib/sharing/ProvideSharedPlugin.d.ts +27 -21
- package/dist/src/lib/sharing/ProvideSharedPlugin.js +341 -550
- package/dist/src/lib/sharing/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/SharePlugin.d.ts +53 -49
- package/dist/src/lib/sharing/SharePlugin.js +86 -100
- package/dist/src/lib/sharing/SharePlugin.js.map +1 -1
- package/dist/src/lib/sharing/ShareRuntimeModule.d.ts +12 -7
- package/dist/src/lib/sharing/ShareRuntimeModule.js +81 -103
- package/dist/src/lib/sharing/ShareRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/resolveMatchedConfigs.d.ts +11 -7
- package/dist/src/lib/sharing/resolveMatchedConfigs.js +58 -71
- package/dist/src/lib/sharing/resolveMatchedConfigs.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.d.ts +18 -14
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.js +74 -128
- package/dist/src/lib/sharing/tree-shaking/CollectSharedEntryPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.d.ts +39 -34
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.js +234 -328
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.d.ts +16 -11
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.js +30 -28
- package/dist/src/lib/sharing/tree-shaking/IndependentSharedRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.d.ts +28 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.js +91 -95
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedContainerPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.d.ts +29 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.js +47 -43
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedDependency.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.d.ts +20 -15
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.js +33 -29
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryDependency.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.d.ts +85 -77
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.js +141 -153
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.d.ts +15 -10
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.js +20 -24
- package/dist/src/lib/sharing/tree-shaking/SharedContainerPlugin/SharedEntryModuleFactory.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.d.ts +21 -16
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.js +157 -231
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerPlugin.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.d.ts +14 -9
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.js +26 -27
- package/dist/src/lib/sharing/tree-shaking/SharedUsedExportsOptimizerRuntimeModule.js.map +1 -1
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.d.ts +18 -13
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.js +41 -49
- package/dist/src/lib/sharing/tree-shaking/TreeShakingSharedPlugin.js.map +1 -1
- package/dist/src/lib/sharing/utils.d.ts +27 -24
- package/dist/src/lib/sharing/utils.js +224 -367
- package/dist/src/lib/sharing/utils.js.map +1 -1
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.d.ts +11 -7
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.js +56 -75
- package/dist/src/lib/startup/MfStartupChunkDependenciesPlugin.js.map +1 -1
- package/dist/src/lib/startup/StartupHelpers.d.ts +11 -6
- package/dist/src/lib/startup/StartupHelpers.js +128 -178
- package/dist/src/lib/startup/StartupHelpers.js.map +1 -1
- package/dist/src/prefetch.d.ts +3 -2
- package/dist/src/prefetch.js +17 -8
- package/dist/src/rspack.d.ts +3 -2
- package/dist/src/rspack.js +35 -11
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.d.ts +8 -4
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.js +19 -16
- package/dist/src/runtime/AddRuntimeRequirementToPromiseExternalPlugin.js.map +1 -1
- package/dist/src/runtime.d.ts +1 -1
- package/dist/src/runtime.js +11 -18
- package/dist/src/schemas/container/ContainerPlugin.check.d.ts +13 -5
- package/dist/src/schemas/container/ContainerPlugin.check.js +958 -1218
- package/dist/src/schemas/container/ContainerPlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ContainerPlugin.d.ts +271 -268
- package/dist/src/schemas/container/ContainerPlugin.js +273 -361
- package/dist/src/schemas/container/ContainerPlugin.js.map +1 -1
- package/dist/src/schemas/container/ContainerReferencePlugin.check.d.ts +13 -5
- package/dist/src/schemas/container/ContainerReferencePlugin.check.js +335 -443
- package/dist/src/schemas/container/ContainerReferencePlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ContainerReferencePlugin.d.ts +102 -99
- package/dist/src/schemas/container/ContainerReferencePlugin.js +122 -162
- package/dist/src/schemas/container/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/schemas/container/ExternalsType.check.d.ts +13 -5
- package/dist/src/schemas/container/ExternalsType.check.js +36 -62
- package/dist/src/schemas/container/ExternalsType.check.js.map +1 -1
- package/dist/src/schemas/container/ExternalsType.d.ts +5 -2
- package/dist/src/schemas/container/ExternalsType.js +8 -11
- package/dist/src/schemas/container/ExternalsType.js.map +1 -1
- package/dist/src/schemas/container/ModuleFederationPlugin.check.js +3001 -4812
- package/dist/src/schemas/container/ModuleFederationPlugin.check.js.map +1 -1
- package/dist/src/schemas/container/ModuleFederationPlugin.d.ts +819 -814
- package/dist/src/schemas/container/ModuleFederationPlugin.js +780 -1053
- package/dist/src/schemas/container/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.js +568 -768
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.d.ts +197 -194
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.js +212 -238
- package/dist/src/schemas/sharing/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.js +598 -804
- package/dist/src/schemas/sharing/ProvideSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ProvideSharedPlugin.d.ts +184 -181
- package/dist/src/schemas/sharing/ProvideSharedPlugin.js +196 -229
- package/dist/src/schemas/sharing/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.d.ts +12 -4
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.js +285 -482
- package/dist/src/schemas/sharing/ProviderSharedPlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/ProviderSharedPlugin.d.ts +103 -100
- package/dist/src/schemas/sharing/ProviderSharedPlugin.js +104 -126
- package/dist/src/schemas/sharing/ProviderSharedPlugin.js.map +1 -1
- package/dist/src/schemas/sharing/SharePlugin.check.d.ts +13 -5
- package/dist/src/schemas/sharing/SharePlugin.check.js +749 -965
- package/dist/src/schemas/sharing/SharePlugin.check.js.map +1 -1
- package/dist/src/schemas/sharing/SharePlugin.d.ts +245 -242
- package/dist/src/schemas/sharing/SharePlugin.js +256 -293
- package/dist/src/schemas/sharing/SharePlugin.js.map +1 -1
- package/dist/src/utils.d.ts +3 -0
- package/dist/src/utils.js +35 -26
- package/dist/src/utils.js.map +1 -1
- package/dist/src/webpack.d.ts +2 -2
- package/dist/src/webpack.js +6 -40
- package/dist/src/wrapper/AsyncBoundaryPlugin.d.ts +9 -4
- package/dist/src/wrapper/AsyncBoundaryPlugin.js +12 -11
- package/dist/src/wrapper/AsyncBoundaryPlugin.js.map +1 -1
- package/dist/src/wrapper/BaseWrapperPlugin.d.ts +18 -13
- package/dist/src/wrapper/BaseWrapperPlugin.js +39 -39
- package/dist/src/wrapper/BaseWrapperPlugin.js.map +1 -1
- package/dist/src/wrapper/ConsumeSharedPlugin.d.ts +10 -4
- package/dist/src/wrapper/ConsumeSharedPlugin.js +12 -11
- package/dist/src/wrapper/ConsumeSharedPlugin.js.map +1 -1
- package/dist/src/wrapper/ContainerPlugin.d.ts +9 -4
- package/dist/src/wrapper/ContainerPlugin.js +12 -11
- package/dist/src/wrapper/ContainerPlugin.js.map +1 -1
- package/dist/src/wrapper/ContainerReferencePlugin.d.ts +9 -4
- package/dist/src/wrapper/ContainerReferencePlugin.js +12 -11
- package/dist/src/wrapper/ContainerReferencePlugin.js.map +1 -1
- package/dist/src/wrapper/FederationModulesPlugin.d.ts +18 -10
- package/dist/src/wrapper/FederationModulesPlugin.js +19 -19
- package/dist/src/wrapper/FederationModulesPlugin.js.map +1 -1
- package/dist/src/wrapper/FederationRuntimePlugin.d.ts +11 -6
- package/dist/src/wrapper/FederationRuntimePlugin.js +18 -17
- package/dist/src/wrapper/FederationRuntimePlugin.js.map +1 -1
- package/dist/src/wrapper/HoistContainerReferencesPlugin.d.ts +8 -3
- package/dist/src/wrapper/HoistContainerReferencesPlugin.js +12 -11
- package/dist/src/wrapper/HoistContainerReferencesPlugin.js.map +1 -1
- package/dist/src/wrapper/ModuleFederationPlugin.d.ts +12 -7
- package/dist/src/wrapper/ModuleFederationPlugin.js +73 -99
- package/dist/src/wrapper/ModuleFederationPlugin.js.map +1 -1
- package/dist/src/wrapper/ProvideSharedPlugin.d.ts +10 -4
- package/dist/src/wrapper/ProvideSharedPlugin.js +12 -11
- package/dist/src/wrapper/ProvideSharedPlugin.js.map +1 -1
- package/dist/src/wrapper/SharePlugin.d.ts +10 -4
- package/dist/src/wrapper/SharePlugin.js +12 -11
- package/dist/src/wrapper/SharePlugin.js.map +1 -1
- package/dist/src/wrapper/TreeShakingSharedPlugin.d.ts +9 -4
- package/dist/src/wrapper/TreeShakingSharedPlugin.js +12 -11
- package/dist/src/wrapper/TreeShakingSharedPlugin.js.map +1 -1
- package/package.json +23 -14
- package/dist/package.json +0 -110
- package/dist/src/declarations/plugins/container/AsyncDependenciesBlock.d.ts +0 -57
- package/dist/src/declarations/plugins/container/ModuleFactory.d.ts +0 -33
- package/dist/src/declarations/plugins/container/ObjectDeserializerContext.d.ts +0 -4
- package/dist/src/declarations/plugins/container/StaticExportsDependency.d.ts +0 -28
- package/dist/src/declarations/plugins/container/Template.d.ts +0 -198
- package/dist/src/declarations/plugins/container/WebpackError.d.ts +0 -33
- package/dist/src/declarations/plugins/sharing/ConsumeSharedModule.d.ts +0 -86
- package/dist/src/declarations/plugins/sharing/ConsumeSharedPlugin.d.ts +0 -100
- package/dist/src/declarations/plugins/sharing/ProvideSharedPlugin.d.ts +0 -102
- package/dist/src/declarations/plugins/sharing/SharePlugin.d.ts +0 -116
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.d.ts +0 -20
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.js +0 -222
- package/dist/src/lib/container/runtime/ChildCompilationRuntimePlugin.js.map +0 -1
- package/dist/src/prefetch.js.map +0 -1
- package/dist/src/rspack.js.map +0 -1
- package/dist/src/runtime.js.map +0 -1
- package/dist/src/types/runtime.d.ts +0 -10
- package/dist/src/types/runtime.js +0 -3
- package/dist/src/types/runtime.js.map +0 -1
- package/dist/src/webpack.js.map +0 -1
|
@@ -1,295 +1,298 @@
|
|
|
1
|
+
//#region src/schemas/container/ContainerPlugin.d.ts
|
|
1
2
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
};
|
|
38
|
-
}, {
|
|
39
|
-
readonly $ref: "#/definitions/ExposesObject";
|
|
40
|
-
}];
|
|
3
|
+
readonly definitions: {
|
|
4
|
+
readonly AmdContainer: {
|
|
5
|
+
readonly description: "Add a container for define/require functions in the AMD module.";
|
|
6
|
+
readonly type: "string";
|
|
7
|
+
readonly minLength: 1;
|
|
8
|
+
};
|
|
9
|
+
readonly AuxiliaryComment: {
|
|
10
|
+
readonly description: "Add a comment in the UMD wrapper.";
|
|
11
|
+
readonly anyOf: readonly [{
|
|
12
|
+
readonly description: "Append the same comment above each import style.";
|
|
13
|
+
readonly type: "string";
|
|
14
|
+
}, {
|
|
15
|
+
readonly $ref: "#/definitions/LibraryCustomUmdCommentObject";
|
|
16
|
+
}];
|
|
17
|
+
};
|
|
18
|
+
readonly EntryRuntime: {
|
|
19
|
+
readonly description: "The name of the runtime chunk. If set a runtime chunk with this name is created or an existing entrypoint is used as runtime.";
|
|
20
|
+
readonly anyOf: readonly [{
|
|
21
|
+
readonly enum: readonly [false];
|
|
22
|
+
}, {
|
|
23
|
+
readonly type: "string";
|
|
24
|
+
readonly minLength: 1;
|
|
25
|
+
}];
|
|
26
|
+
};
|
|
27
|
+
readonly Exposes: {
|
|
28
|
+
readonly description: "Modules that should be exposed by this container. When provided, property name is used as public name, otherwise public name is automatically inferred from request.";
|
|
29
|
+
readonly anyOf: readonly [{
|
|
30
|
+
readonly type: "array";
|
|
31
|
+
readonly items: {
|
|
32
|
+
readonly description: "Modules that should be exposed by this container.";
|
|
33
|
+
readonly anyOf: readonly [{
|
|
34
|
+
readonly $ref: "#/definitions/ExposesItem";
|
|
35
|
+
}, {
|
|
36
|
+
readonly $ref: "#/definitions/ExposesObject";
|
|
37
|
+
}];
|
|
41
38
|
};
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
readonly required: readonly ["import"];
|
|
39
|
+
}, {
|
|
40
|
+
readonly $ref: "#/definitions/ExposesObject";
|
|
41
|
+
}];
|
|
42
|
+
};
|
|
43
|
+
readonly ExposesConfig: {
|
|
44
|
+
readonly description: "Advanced configuration for modules that should be exposed by this container.";
|
|
45
|
+
readonly type: "object";
|
|
46
|
+
readonly additionalProperties: false;
|
|
47
|
+
readonly properties: {
|
|
48
|
+
readonly import: {
|
|
49
|
+
readonly description: "Request to a module that should be exposed by this container.";
|
|
50
|
+
readonly anyOf: readonly [{
|
|
51
|
+
readonly $ref: "#/definitions/ExposesItem";
|
|
52
|
+
}, {
|
|
53
|
+
readonly $ref: "#/definitions/ExposesItems";
|
|
54
|
+
}];
|
|
61
55
|
};
|
|
62
|
-
readonly
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
readonly minLength: 1;
|
|
56
|
+
readonly name: {
|
|
57
|
+
readonly description: "Custom chunk name for the exposed module.";
|
|
58
|
+
readonly type: "string";
|
|
66
59
|
};
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
60
|
+
};
|
|
61
|
+
readonly required: readonly ["import"];
|
|
62
|
+
};
|
|
63
|
+
readonly ExposesItem: {
|
|
64
|
+
readonly description: "Module that should be exposed by this container.";
|
|
65
|
+
readonly type: "string";
|
|
66
|
+
readonly minLength: 1;
|
|
67
|
+
};
|
|
68
|
+
readonly ExposesItems: {
|
|
69
|
+
readonly description: "Modules that should be exposed by this container.";
|
|
70
|
+
readonly type: "array";
|
|
71
|
+
readonly items: {
|
|
72
|
+
readonly $ref: "#/definitions/ExposesItem";
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
readonly ExposesObject: {
|
|
76
|
+
readonly description: "Modules that should be exposed by this container. Property names are used as public paths.";
|
|
77
|
+
readonly type: "object";
|
|
78
|
+
readonly additionalProperties: {
|
|
79
|
+
readonly description: "Modules that should be exposed by this container.";
|
|
80
|
+
readonly anyOf: readonly [{
|
|
81
|
+
readonly $ref: "#/definitions/ExposesConfig";
|
|
82
|
+
}, {
|
|
83
|
+
readonly $ref: "#/definitions/ExposesItem";
|
|
84
|
+
}, {
|
|
85
|
+
readonly $ref: "#/definitions/ExposesItems";
|
|
86
|
+
}];
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
readonly LibraryCustomUmdCommentObject: {
|
|
90
|
+
readonly description: "Set explicit comments for `commonjs`, `commonjs2`, `amd`, and `root`.";
|
|
91
|
+
readonly type: "object";
|
|
92
|
+
readonly additionalProperties: false;
|
|
93
|
+
readonly properties: {
|
|
94
|
+
readonly amd: {
|
|
95
|
+
readonly description: "Set comment for `amd` section in UMD.";
|
|
96
|
+
readonly type: "string";
|
|
73
97
|
};
|
|
74
|
-
readonly
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
readonly additionalProperties: {
|
|
78
|
-
readonly description: "Modules that should be exposed by this container.";
|
|
79
|
-
readonly anyOf: readonly [{
|
|
80
|
-
readonly $ref: "#/definitions/ExposesConfig";
|
|
81
|
-
}, {
|
|
82
|
-
readonly $ref: "#/definitions/ExposesItem";
|
|
83
|
-
}, {
|
|
84
|
-
readonly $ref: "#/definitions/ExposesItems";
|
|
85
|
-
}];
|
|
86
|
-
};
|
|
98
|
+
readonly commonjs: {
|
|
99
|
+
readonly description: "Set comment for `commonjs` (exports) section in UMD.";
|
|
100
|
+
readonly type: "string";
|
|
87
101
|
};
|
|
88
|
-
readonly
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
readonly additionalProperties: false;
|
|
92
|
-
readonly properties: {
|
|
93
|
-
readonly amd: {
|
|
94
|
-
readonly description: "Set comment for `amd` section in UMD.";
|
|
95
|
-
readonly type: "string";
|
|
96
|
-
};
|
|
97
|
-
readonly commonjs: {
|
|
98
|
-
readonly description: "Set comment for `commonjs` (exports) section in UMD.";
|
|
99
|
-
readonly type: "string";
|
|
100
|
-
};
|
|
101
|
-
readonly commonjs2: {
|
|
102
|
-
readonly description: "Set comment for `commonjs2` (module.exports) section in UMD.";
|
|
103
|
-
readonly type: "string";
|
|
104
|
-
};
|
|
105
|
-
readonly root: {
|
|
106
|
-
readonly description: "Set comment for `root` (global variable) section in UMD.";
|
|
107
|
-
readonly type: "string";
|
|
108
|
-
};
|
|
109
|
-
};
|
|
102
|
+
readonly commonjs2: {
|
|
103
|
+
readonly description: "Set comment for `commonjs2` (module.exports) section in UMD.";
|
|
104
|
+
readonly type: "string";
|
|
110
105
|
};
|
|
111
|
-
readonly
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
readonly additionalProperties: false;
|
|
115
|
-
readonly properties: {
|
|
116
|
-
readonly amd: {
|
|
117
|
-
readonly description: "Name of the exposed AMD library in the UMD.";
|
|
118
|
-
readonly type: "string";
|
|
119
|
-
readonly minLength: 1;
|
|
120
|
-
};
|
|
121
|
-
readonly commonjs: {
|
|
122
|
-
readonly description: "Name of the exposed commonjs export in the UMD.";
|
|
123
|
-
readonly type: "string";
|
|
124
|
-
readonly minLength: 1;
|
|
125
|
-
};
|
|
126
|
-
readonly root: {
|
|
127
|
-
readonly description: "Name of the property exposed globally by a UMD library.";
|
|
128
|
-
readonly anyOf: readonly [{
|
|
129
|
-
readonly type: "array";
|
|
130
|
-
readonly items: {
|
|
131
|
-
readonly description: "Part of the name of the property exposed globally by a UMD library.";
|
|
132
|
-
readonly type: "string";
|
|
133
|
-
readonly minLength: 1;
|
|
134
|
-
};
|
|
135
|
-
}, {
|
|
136
|
-
readonly type: "string";
|
|
137
|
-
readonly minLength: 1;
|
|
138
|
-
}];
|
|
139
|
-
};
|
|
140
|
-
};
|
|
106
|
+
readonly root: {
|
|
107
|
+
readonly description: "Set comment for `root` (global variable) section in UMD.";
|
|
108
|
+
readonly type: "string";
|
|
141
109
|
};
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
readonly minLength: 1;
|
|
154
|
-
}];
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
readonly LibraryCustomUmdObject: {
|
|
113
|
+
readonly description: "Description object for all UMD variants of the library name.";
|
|
114
|
+
readonly type: "object";
|
|
115
|
+
readonly additionalProperties: false;
|
|
116
|
+
readonly properties: {
|
|
117
|
+
readonly amd: {
|
|
118
|
+
readonly description: "Name of the exposed AMD library in the UMD.";
|
|
119
|
+
readonly type: "string";
|
|
120
|
+
readonly minLength: 1;
|
|
155
121
|
};
|
|
156
|
-
readonly
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
readonly items: {
|
|
161
|
-
readonly description: "A part of the library name.";
|
|
162
|
-
readonly type: "string";
|
|
163
|
-
readonly minLength: 1;
|
|
164
|
-
};
|
|
165
|
-
readonly minItems: 1;
|
|
166
|
-
}, {
|
|
167
|
-
readonly type: "string";
|
|
168
|
-
readonly minLength: 1;
|
|
169
|
-
}, {
|
|
170
|
-
readonly $ref: "#/definitions/LibraryCustomUmdObject";
|
|
171
|
-
}];
|
|
122
|
+
readonly commonjs: {
|
|
123
|
+
readonly description: "Name of the exposed commonjs export in the UMD.";
|
|
124
|
+
readonly type: "string";
|
|
125
|
+
readonly minLength: 1;
|
|
172
126
|
};
|
|
173
|
-
readonly
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
readonly
|
|
177
|
-
readonly
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
readonly auxiliaryComment: {
|
|
182
|
-
readonly $ref: "#/definitions/AuxiliaryComment";
|
|
183
|
-
};
|
|
184
|
-
readonly export: {
|
|
185
|
-
readonly $ref: "#/definitions/LibraryExport";
|
|
186
|
-
};
|
|
187
|
-
readonly name: {
|
|
188
|
-
readonly $ref: "#/definitions/LibraryName";
|
|
189
|
-
};
|
|
190
|
-
readonly type: {
|
|
191
|
-
readonly $ref: "#/definitions/LibraryType";
|
|
192
|
-
};
|
|
193
|
-
readonly umdNamedDefine: {
|
|
194
|
-
readonly $ref: "#/definitions/UmdNamedDefine";
|
|
195
|
-
};
|
|
127
|
+
readonly root: {
|
|
128
|
+
readonly description: "Name of the property exposed globally by a UMD library.";
|
|
129
|
+
readonly anyOf: readonly [{
|
|
130
|
+
readonly type: "array";
|
|
131
|
+
readonly items: {
|
|
132
|
+
readonly description: "Part of the name of the property exposed globally by a UMD library.";
|
|
133
|
+
readonly type: "string";
|
|
134
|
+
readonly minLength: 1;
|
|
196
135
|
};
|
|
197
|
-
|
|
136
|
+
}, {
|
|
137
|
+
readonly type: "string";
|
|
138
|
+
readonly minLength: 1;
|
|
139
|
+
}];
|
|
198
140
|
};
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
readonly LibraryExport: {
|
|
144
|
+
readonly description: "Specify which export should be exposed as library.";
|
|
145
|
+
readonly anyOf: readonly [{
|
|
146
|
+
readonly type: "array";
|
|
147
|
+
readonly items: {
|
|
148
|
+
readonly description: "Part of the export that should be exposed as library.";
|
|
149
|
+
readonly type: "string";
|
|
150
|
+
readonly minLength: 1;
|
|
206
151
|
};
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
152
|
+
}, {
|
|
153
|
+
readonly type: "string";
|
|
154
|
+
readonly minLength: 1;
|
|
155
|
+
}];
|
|
156
|
+
};
|
|
157
|
+
readonly LibraryName: {
|
|
158
|
+
readonly description: "The name of the library (some types allow unnamed libraries too).";
|
|
159
|
+
readonly anyOf: readonly [{
|
|
160
|
+
readonly type: "array";
|
|
161
|
+
readonly items: {
|
|
162
|
+
readonly description: "A part of the library name.";
|
|
163
|
+
readonly type: "string";
|
|
164
|
+
readonly minLength: 1;
|
|
210
165
|
};
|
|
166
|
+
readonly minItems: 1;
|
|
167
|
+
}, {
|
|
168
|
+
readonly type: "string";
|
|
169
|
+
readonly minLength: 1;
|
|
170
|
+
}, {
|
|
171
|
+
readonly $ref: "#/definitions/LibraryCustomUmdObject";
|
|
172
|
+
}];
|
|
211
173
|
};
|
|
212
|
-
readonly
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
174
|
+
readonly LibraryOptions: {
|
|
175
|
+
readonly description: "Options for library.";
|
|
176
|
+
readonly type: "object";
|
|
177
|
+
readonly additionalProperties: false;
|
|
178
|
+
readonly properties: {
|
|
179
|
+
readonly amdContainer: {
|
|
180
|
+
readonly $ref: "#/definitions/AmdContainer";
|
|
218
181
|
};
|
|
219
|
-
readonly
|
|
220
|
-
|
|
221
|
-
readonly type: "string";
|
|
222
|
-
readonly absolutePath: false;
|
|
223
|
-
readonly minLength: 1;
|
|
182
|
+
readonly auxiliaryComment: {
|
|
183
|
+
readonly $ref: "#/definitions/AuxiliaryComment";
|
|
224
184
|
};
|
|
225
|
-
readonly
|
|
226
|
-
|
|
185
|
+
readonly export: {
|
|
186
|
+
readonly $ref: "#/definitions/LibraryExport";
|
|
227
187
|
};
|
|
228
188
|
readonly name: {
|
|
229
|
-
|
|
230
|
-
readonly type: "string";
|
|
231
|
-
readonly minLength: 1;
|
|
189
|
+
readonly $ref: "#/definitions/LibraryName";
|
|
232
190
|
};
|
|
233
|
-
readonly
|
|
234
|
-
|
|
191
|
+
readonly type: {
|
|
192
|
+
readonly $ref: "#/definitions/LibraryType";
|
|
235
193
|
};
|
|
236
|
-
readonly
|
|
237
|
-
|
|
238
|
-
readonly anyOf: readonly [{
|
|
239
|
-
readonly type: "string";
|
|
240
|
-
readonly minLength: 1;
|
|
241
|
-
}, {
|
|
242
|
-
readonly type: "array";
|
|
243
|
-
readonly items: {
|
|
244
|
-
readonly type: "string";
|
|
245
|
-
readonly minLength: 1;
|
|
246
|
-
};
|
|
247
|
-
}];
|
|
194
|
+
readonly umdNamedDefine: {
|
|
195
|
+
readonly $ref: "#/definitions/UmdNamedDefine";
|
|
248
196
|
};
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
197
|
+
};
|
|
198
|
+
readonly required: readonly ["type"];
|
|
199
|
+
};
|
|
200
|
+
readonly LibraryType: {
|
|
201
|
+
readonly description: "Type of library (types included by default are 'var', 'module', 'assign', 'assign-properties', 'this', 'window', 'self', 'global', 'commonjs', 'commonjs2', 'commonjs-module', 'commonjs-static', 'amd', 'amd-require', 'umd', 'umd2', 'jsonp', 'system', but others might be added by plugins).";
|
|
202
|
+
readonly anyOf: readonly [{
|
|
203
|
+
readonly enum: readonly ["var", "module", "assign", "assign-properties", "this", "window", "self", "global", "commonjs", "commonjs2", "commonjs-module", "commonjs-static", "amd", "amd-require", "umd", "umd2", "jsonp", "system"];
|
|
204
|
+
}, {
|
|
205
|
+
readonly type: "string";
|
|
206
|
+
}];
|
|
207
|
+
};
|
|
208
|
+
readonly UmdNamedDefine: {
|
|
209
|
+
readonly description: "If `output.libraryTarget` is set to umd and `output.library` is set, setting this to true will name the AMD module.";
|
|
210
|
+
readonly type: "boolean";
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
readonly title: "ContainerPluginOptions";
|
|
214
|
+
readonly type: "object";
|
|
215
|
+
readonly additionalProperties: false;
|
|
216
|
+
readonly properties: {
|
|
217
|
+
readonly exposes: {
|
|
218
|
+
readonly $ref: "#/definitions/Exposes";
|
|
219
|
+
};
|
|
220
|
+
readonly filename: {
|
|
221
|
+
readonly description: "The filename for this container relative path inside the `output.path` directory.";
|
|
222
|
+
readonly type: "string";
|
|
223
|
+
readonly absolutePath: false;
|
|
224
|
+
readonly minLength: 1;
|
|
225
|
+
};
|
|
226
|
+
readonly library: {
|
|
227
|
+
readonly $ref: "#/definitions/LibraryOptions";
|
|
228
|
+
};
|
|
229
|
+
readonly name: {
|
|
230
|
+
readonly description: "The name for this container.";
|
|
231
|
+
readonly type: "string";
|
|
232
|
+
readonly minLength: 1;
|
|
233
|
+
};
|
|
234
|
+
readonly runtime: {
|
|
235
|
+
readonly $ref: "#/definitions/EntryRuntime";
|
|
236
|
+
};
|
|
237
|
+
readonly shareScope: {
|
|
238
|
+
readonly description: "The name of the share scope which is shared with the host (defaults to 'default').";
|
|
239
|
+
readonly anyOf: readonly [{
|
|
240
|
+
readonly type: "string";
|
|
241
|
+
readonly minLength: 1;
|
|
242
|
+
}, {
|
|
243
|
+
readonly type: "array";
|
|
244
|
+
readonly items: {
|
|
245
|
+
readonly type: "string";
|
|
246
|
+
readonly minLength: 1;
|
|
269
247
|
};
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
248
|
+
}];
|
|
249
|
+
};
|
|
250
|
+
readonly experiments: {
|
|
251
|
+
readonly description: "Experimental features configuration";
|
|
252
|
+
readonly type: "object";
|
|
253
|
+
readonly additionalProperties: false;
|
|
254
|
+
readonly properties: {
|
|
255
|
+
readonly asyncStartup: {
|
|
256
|
+
readonly description: "Enable async startup for the container";
|
|
257
|
+
readonly type: "boolean";
|
|
273
258
|
};
|
|
274
|
-
readonly
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
readonly anyOf: readonly [{
|
|
279
|
-
readonly type: "string";
|
|
280
|
-
}, {
|
|
281
|
-
readonly type: "array";
|
|
282
|
-
readonly items: readonly [{
|
|
283
|
-
readonly type: "string";
|
|
284
|
-
}, {
|
|
285
|
-
readonly type: "object";
|
|
286
|
-
}];
|
|
287
|
-
readonly minItems: 2;
|
|
288
|
-
readonly maxItems: 2;
|
|
289
|
-
}];
|
|
290
|
-
};
|
|
259
|
+
readonly externalRuntime: {
|
|
260
|
+
readonly description: "After setting true, the external MF runtime will be used and the runtime provided by the consumer will be used. (Please make sure your consumer has provideExternalRuntime: true set, otherwise it will not run properly!)";
|
|
261
|
+
readonly type: "boolean";
|
|
262
|
+
readonly default: false;
|
|
291
263
|
};
|
|
264
|
+
readonly provideExternalRuntime: {
|
|
265
|
+
readonly description: "Enable providing external runtime";
|
|
266
|
+
readonly type: "boolean";
|
|
267
|
+
readonly default: false;
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
readonly dataPrefetch: {
|
|
272
|
+
readonly description: "Enable data prefetching for container modules.";
|
|
273
|
+
readonly type: "boolean";
|
|
274
|
+
};
|
|
275
|
+
readonly runtimePlugins: {
|
|
276
|
+
readonly description: "Array of runtime plugins to be applied";
|
|
277
|
+
readonly type: "array";
|
|
278
|
+
readonly items: {
|
|
279
|
+
readonly anyOf: readonly [{
|
|
280
|
+
readonly type: "string";
|
|
281
|
+
}, {
|
|
282
|
+
readonly type: "array";
|
|
283
|
+
readonly items: readonly [{
|
|
284
|
+
readonly type: "string";
|
|
285
|
+
}, {
|
|
286
|
+
readonly type: "object";
|
|
287
|
+
}];
|
|
288
|
+
readonly minItems: 2;
|
|
289
|
+
readonly maxItems: 2;
|
|
290
|
+
}];
|
|
291
|
+
};
|
|
292
292
|
};
|
|
293
|
-
|
|
293
|
+
};
|
|
294
|
+
readonly required: readonly ["name", "exposes"];
|
|
294
295
|
};
|
|
295
|
-
|
|
296
|
+
//#endregion
|
|
297
|
+
export { _default as default };
|
|
298
|
+
//# sourceMappingURL=ContainerPlugin.d.ts.map
|