@module-federation/enhanced
Advanced tools
Comparing version 0.0.0-next-20240104103039 to 0.0.0-next-20240104103738
@@ -6,4 +6,5 @@ import type { WebpackPluginInstance, Compiler } from 'webpack'; | ||
name: string; | ||
entryFilePath: string; | ||
constructor(options?: ModuleFederationPluginOptions); | ||
apply(compiler: Compiler): void; | ||
} |
@@ -9,2 +9,3 @@ "use strict"; | ||
this.name = PLUGIN_NAME; | ||
this.entryFilePath = ''; | ||
} | ||
@@ -16,3 +17,5 @@ apply(compiler) { | ||
.default; | ||
new CoreFederationRuntimePlugin(this._options).apply(compiler); | ||
const pluginInstance = new CoreFederationRuntimePlugin(this._options); | ||
pluginInstance.apply(compiler); | ||
this.entryFilePath = pluginInstance.entryFilePath; | ||
} | ||
@@ -19,0 +22,0 @@ } |
{ | ||
"name": "@module-federation/enhanced", | ||
"version": "0.0.0-next-20240104103039", | ||
"version": "0.0.0-next-20240104103738", | ||
"main": "./dist/src/index.js", | ||
@@ -30,6 +30,6 @@ "types": "./dist/src/index.d.ts", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20240104103039", | ||
"@module-federation/runtime": "0.0.0-next-20240104103039", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240104103039" | ||
"@module-federation/sdk": "0.0.0-next-20240104103738", | ||
"@module-federation/runtime": "0.0.0-next-20240104103738", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240104103738" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
879991
14719
+ Added@module-federation/runtime@0.0.0-next-20240104103738(transitive)
+ Added@module-federation/sdk@0.0.0-next-20240104103738(transitive)
+ Added@module-federation/webpack-bundler-runtime@0.0.0-next-20240104103738(transitive)
- Removed@module-federation/runtime@0.0.0-next-20240104103039(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240104103039(transitive)
- Removed@module-federation/webpack-bundler-runtime@0.0.0-next-20240104103039(transitive)
Updated@module-federation/webpack-bundler-runtime@0.0.0-next-20240104103738