@module-federation/manifest 0.0.0-next-20250221063001 → 0.0.0-next-20250221081237
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/index.cjs.js +1 -0
- package/dist/index.esm.js +1 -0
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -2027,6 +2027,7 @@ var StatsPlugin = /*#__PURE__*/ function() {
|
|
|
2027
2027
|
if (!res) {
|
|
2028
2028
|
return;
|
|
2029
2029
|
}
|
|
2030
|
+
debugger;
|
|
2030
2031
|
compiler.hooks.thisCompilation.tap('generateStats', function(compilation) {
|
|
2031
2032
|
var _this1 = _this;
|
|
2032
2033
|
compilation.hooks.processAssets.tapPromise({
|
package/dist/index.esm.js
CHANGED
|
@@ -2025,6 +2025,7 @@ var StatsPlugin = /*#__PURE__*/ function() {
|
|
|
2025
2025
|
if (!res) {
|
|
2026
2026
|
return;
|
|
2027
2027
|
}
|
|
2028
|
+
debugger;
|
|
2028
2029
|
compiler.hooks.thisCompilation.tap('generateStats', function(compilation) {
|
|
2029
2030
|
var _this1 = _this;
|
|
2030
2031
|
compilation.hooks.processAssets.tapPromise({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/manifest",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20250221081237",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Provide manifest/stats for webpack/rspack MF project .",
|
|
6
6
|
"keywords": [
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"find-pkg": "2.0.0",
|
|
31
31
|
"chalk": "3.0.0",
|
|
32
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
33
|
-
"@module-federation/dts-plugin": "0.0.0-next-
|
|
34
|
-
"@module-federation/managers": "0.0.0-next-
|
|
32
|
+
"@module-federation/sdk": "0.0.0-next-20250221081237",
|
|
33
|
+
"@module-federation/dts-plugin": "0.0.0-next-20250221081237",
|
|
34
|
+
"@module-federation/managers": "0.0.0-next-20250221081237"
|
|
35
35
|
},
|
|
36
36
|
"exports": {
|
|
37
37
|
".": {
|