@umijs/bundler-utoopack 4.6.21 → 4.6.22

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/config.js +0 -1
  2. package/package.json +4 -4
package/dist/config.js CHANGED
@@ -310,7 +310,6 @@ async function getDevUtooPackConfig(opts) {
310
310
  inlineLimit
311
311
  } = opts.config;
312
312
  const normalizedExternals = getNormalizedExternals(userExternals);
313
- debugger;
314
313
  utooBundlerOpts = {
315
314
  ...utooBundlerOpts,
316
315
  config: import_utils.lodash.merge(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/bundler-utoopack",
3
- "version": "4.6.21",
3
+ "version": "4.6.22",
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.19",
11
+ "@utoo/pack": "1.1.20",
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.21",
18
- "@umijs/bundler-webpack": "4.6.21"
17
+ "@umijs/bundler-utils": "4.6.22",
18
+ "@umijs/bundler-webpack": "4.6.22"
19
19
  },
20
20
  "devDependencies": {
21
21
  "father": "4.1.5"