@module-federation/esbuild 0.0.0-next-20240524034417 → 0.0.0-next-20240524042957

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.
@@ -592,9 +592,6 @@ const createContainerPlugin = (config)=>({
592
592
  }
593
593
  };
594
594
  }
595
- await build.resolve(args.path, {
596
- resolveDir: args.resolveDir
597
- });
598
595
  return undefined;
599
596
  });
600
597
  build.onLoad({
@@ -580,9 +580,6 @@ const createContainerPlugin = (config)=>({
580
580
  }
581
581
  };
582
582
  }
583
- await build.resolve(args.path, {
584
- resolveDir: args.resolveDir
585
- });
586
583
  return undefined;
587
584
  });
588
585
  build.onLoad({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/esbuild",
3
- "version": "0.0.0-next-20240524034417",
3
+ "version": "0.0.0-next-20240524042957",
4
4
  "author": "Zack Jackson (@ScriptedAlchemy)",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -65,6 +65,6 @@
65
65
  "esbuild": "^0.18.12",
66
66
  "npmlog": "^6.0.2",
67
67
  "acorn": "^8.8.1",
68
- "@module-federation/sdk": "0.0.0-next-20240524034417"
68
+ "@module-federation/sdk": "0.0.0-next-20240524042957"
69
69
  }
70
70
  }