@umijs/server 4.0.0-canary.20240419.1 → 4.0.0-canary.20240506.1

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.
Files changed (2) hide show
  1. package/dist/ssr.js +1 -0
  2. package/package.json +2 -2
package/dist/ssr.js CHANGED
@@ -193,6 +193,7 @@ function createMarkupGenerator(opts) {
193
193
  onShellReady() {
194
194
  stream.pipe(writable);
195
195
  },
196
+ bootstrapScripts: [jsx.manifest.assets["umi.js"] || "/umi.js"],
196
197
  onError: reject
197
198
  }
198
199
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/server",
3
- "version": "4.0.0-canary.20240419.1",
3
+ "version": "4.0.0-canary.20240506.1",
4
4
  "description": "@umijs/server",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/server#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -19,7 +19,7 @@
19
19
  "react": "18.1.0",
20
20
  "react-dom": "18.1.0",
21
21
  "react-router-dom": "6.3.0",
22
- "@umijs/bundler-utils": "4.0.0-canary.20240419.1"
22
+ "@umijs/bundler-utils": "4.0.0-canary.20240506.1"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"