@umijs/bundler-utoopack 4.6.41 → 4.6.42
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.
- package/dist/config.js +2 -2
- package/package.json +3 -3
package/dist/config.js
CHANGED
|
@@ -268,7 +268,7 @@ async function getProdUtooPackConfig(opts) {
|
|
|
268
268
|
...opts.config.lessLoader
|
|
269
269
|
},
|
|
270
270
|
sass: opts.config.sassLoader ?? void 0,
|
|
271
|
-
emotion
|
|
271
|
+
emotion: emotion || void 0
|
|
272
272
|
},
|
|
273
273
|
define,
|
|
274
274
|
nodePolyfill: true,
|
|
@@ -362,7 +362,7 @@ async function getDevUtooPackConfig(opts) {
|
|
|
362
362
|
...opts.config.lessLoader
|
|
363
363
|
},
|
|
364
364
|
sass: opts.config.sassLoader ?? void 0,
|
|
365
|
-
emotion
|
|
365
|
+
emotion: emotion || void 0
|
|
366
366
|
},
|
|
367
367
|
define,
|
|
368
368
|
// dev enable persistent cache by default
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-utoopack",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.42",
|
|
4
4
|
"description": "@umijs/bundler-utoopack",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"postcss": "^8.4.21",
|
|
20
20
|
"sass": "1.54.0",
|
|
21
21
|
"sass-loader": "13.2.0",
|
|
22
|
-
"@umijs/bundler-utils": "4.6.
|
|
23
|
-
"@umijs/bundler-webpack": "4.6.
|
|
22
|
+
"@umijs/bundler-utils": "4.6.42",
|
|
23
|
+
"@umijs/bundler-webpack": "4.6.42"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"father": "4.1.5"
|