@module-federation/rsbuild-plugin 0.0.0-refactor-manifest-20251016072532 → 0.0.0-refactor-manifest-20251017070814

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.
@@ -41,6 +41,7 @@ export declare function createSSRMFConfig(mfConfig: moduleFederationPlugin.Modul
41
41
  };
42
42
  };
43
43
  bridge?: {
44
+ enableBridgeRouter?: boolean;
44
45
  disableAlias?: boolean;
45
46
  };
46
47
  async?: boolean | moduleFederationPlugin.AsyncBoundaryOptions;
package/dist/utils.js CHANGED
@@ -50,11 +50,6 @@ __webpack_require__.d(__webpack_exports__, {
50
50
  });
51
51
  const external_util_namespaceObject = require("util");
52
52
  var external_util_default = /*#__PURE__*/ __webpack_require__.n(external_util_namespaceObject);
53
- const DATA_FETCH_CLIENT_SUFFIX = '.client';
54
- const CALL_NAME_MAP = {
55
- RSPRESS: 'rspress',
56
- RSLIB: 'rslib'
57
- };
58
53
  const SPLIT_CHUNK_MAP = {
59
54
  REACT: 'react',
60
55
  ROUTER: 'router',
@@ -94,6 +89,11 @@ var external_fs_extra_default = /*#__PURE__*/ __webpack_require__.n(external_fs_
94
89
  const external_path_namespaceObject = require("path");
95
90
  var external_path_default = /*#__PURE__*/ __webpack_require__.n(external_path_namespaceObject);
96
91
  const sdk_namespaceObject = require("@module-federation/sdk");
92
+ const DATA_FETCH_CLIENT_SUFFIX = '.client';
93
+ const CALL_NAME_MAP = {
94
+ RSPRESS: 'rspress',
95
+ RSLIB: 'rslib'
96
+ };
97
97
  const addDataFetchExpose = (exposes, key, filepath, suffix = '')=>{
98
98
  if (!external_fs_extra_default().existsSync(filepath)) return false;
99
99
  const dataFetchKey = '.' === key ? `./data${suffix}` : `${key}.data${suffix}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rsbuild-plugin",
3
- "version": "0.0.0-refactor-manifest-20251016072532",
3
+ "version": "0.0.0-refactor-manifest-20251017070814",
4
4
  "description": "Module Federation plugin for Rsbuild",
5
5
  "homepage": "https://module-federation.io",
6
6
  "bugs": {
@@ -50,9 +50,9 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "fs-extra": "11.3.0",
53
- "@module-federation/enhanced": "0.0.0-refactor-manifest-20251016072532",
54
- "@module-federation/sdk": "0.0.0-refactor-manifest-20251016072532",
55
- "@module-federation/node": "0.0.0-refactor-manifest-20251016072532"
53
+ "@module-federation/sdk": "0.0.0-refactor-manifest-20251017070814",
54
+ "@module-federation/enhanced": "0.0.0-refactor-manifest-20251017070814",
55
+ "@module-federation/node": "0.0.0-refactor-manifest-20251017070814"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@rslib/core": "^0.12.4",