@umijs/bundler-utoopack 4.6.10 → 4.6.11

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/index.js +2 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -204,7 +204,8 @@ async function dev(opts) {
204
204
  try {
205
205
  await utooPackServe(utooPackConfig, cwd, rootDir, {
206
206
  port: utooServePort,
207
- hostname: "127.0.0.1"
207
+ hostname: "127.0.0.1",
208
+ logServerInfo: false
208
209
  });
209
210
  const stats = createStatsObject();
210
211
  await (onDevCompileDone == null ? void 0 : onDevCompileDone({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/bundler-utoopack",
3
- "version": "4.6.10",
3
+ "version": "4.6.11",
4
4
  "description": "@umijs/bundler-utoopack",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,14 +8,14 @@
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "@utoo/pack": "1.1.2",
11
+ "@utoo/pack": "1.1.5",
12
12
  "compression": "^1.7.4",
13
13
  "connect-history-api-fallback": "^2.0.0",
14
14
  "cors": "^2.8.5",
15
15
  "express": "^4.18.2",
16
16
  "express-http-proxy": "^2.1.1",
17
- "@umijs/bundler-utils": "4.6.10",
18
- "@umijs/bundler-webpack": "4.6.10"
17
+ "@umijs/bundler-utils": "4.6.11",
18
+ "@umijs/bundler-webpack": "4.6.11"
19
19
  },
20
20
  "devDependencies": {
21
21
  "father": "4.1.5"