File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/enhanced/src/lib/container/runtime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const RuntimeToolsPath = require.resolve(
3838 '@module-federation/runtime-tools/dist/index.esm.js' ,
3939) ;
4040const BundlerRuntimePath = require . resolve (
41- '@module-federation/webpack-bundler-runtime/dist/index.esm. js' ,
41+ '@module-federation/webpack-bundler-runtime/dist/index.js' ,
4242 {
4343 paths : [ RuntimeToolsPath ] ,
4444 } ,
@@ -432,7 +432,7 @@ class FederationRuntimePlugin {
432432
433433 if ( this . options ?. implementation ) {
434434 this . bundlerRuntimePath = require . resolve (
435- '@module-federation/webpack-bundler-runtime/dist/index.esm. js' ,
435+ '@module-federation/webpack-bundler-runtime/dist/index.js' ,
436436 {
437437 paths : [ this . options . implementation ] ,
438438 } ,
You can’t perform that action at this time.
0 commit comments