@umijs/bundler-utoopack 4.4.13-canary.20250915.2 → 4.4.13-canary.20250915.3

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 +3 -3
  2. package/package.json +3 -3
package/dist/config.js CHANGED
@@ -105,9 +105,9 @@ async function getProdUtooPackConfig(opts) {
105
105
  optimization: {
106
106
  ...utooBundlerOpts.config.optimization,
107
107
  modularizeImports,
108
- concatenateModules: true,
109
- minify: false,
110
- moduleIds: "named"
108
+ concatenateModules: true
109
+ // minify: false,
110
+ // moduleIds: 'named',
111
111
  },
112
112
  resolve: {
113
113
  ...utooBundlerOpts.config.resolve,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/bundler-utoopack",
3
- "version": "4.4.13-canary.20250915.2",
3
+ "version": "4.4.13-canary.20250915.3",
4
4
  "description": "@umijs/bundler-utoopack",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "@umijs/bundler-utils": "4.4.13-canary.20250915.2",
11
+ "@umijs/bundler-utils": "4.4.13-canary.20250915.3",
12
12
  "@utoo/pack": "0.0.1-alpha.47",
13
13
  "compression": "^1.7.4",
14
14
  "connect-history-api-fallback": "^2.0.0",
@@ -16,7 +16,7 @@
16
16
  "express": "^4.18.2",
17
17
  "express-http-proxy": "^2.1.1",
18
18
  "find-up": "5.0.0",
19
- "@umijs/bundler-webpack": "4.4.13-canary.20250915.2"
19
+ "@umijs/bundler-webpack": "4.4.13-canary.20250915.3"
20
20
  },
21
21
  "devDependencies": {
22
22
  "father": "4.1.5"