@umijs/plugins 4.0.0-canary.20230531.2 → 4.0.0-canary.20230601.2
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/antd.js +2 -1
- package/package.json +3 -3
package/dist/antd.js
CHANGED
|
@@ -185,10 +185,11 @@ var antd_default = (api) => {
|
|
|
185
185
|
] : [];
|
|
186
186
|
});
|
|
187
187
|
api.onGenerateFiles(() => {
|
|
188
|
+
var _a;
|
|
188
189
|
const withConfigProvider = !!api.config.antd.configProvider;
|
|
189
190
|
const withAppConfig = appConfigAvailable && !!api.config.antd.appConfig;
|
|
190
191
|
const styleProvider = api.config.antd.styleProvider;
|
|
191
|
-
const ieTarget = !!api.config.targets.ie || !!api.config.legacy;
|
|
192
|
+
const ieTarget = !!((_a = api.config.targets) == null ? void 0 : _a.ie) || !!api.config.legacy;
|
|
192
193
|
let styleProviderConfig = false;
|
|
193
194
|
if (isV5 && (ieTarget || styleProvider)) {
|
|
194
195
|
const cssinjs = (0, import_resolveProjectDep.resolveProjectDep)({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/plugins",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.20230601.2",
|
|
4
4
|
"description": "@umijs/plugins",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/plugins#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"styled-components": "6.0.0-rc.0",
|
|
45
45
|
"tslib": "^2",
|
|
46
46
|
"warning": "^4.0.3",
|
|
47
|
-
"@umijs/bundler-utils": "4.0.0-canary.
|
|
47
|
+
"@umijs/bundler-utils": "4.0.0-canary.20230601.2",
|
|
48
48
|
"@umijs/valtio": "1.0.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"antd": "^4.24.1",
|
|
52
|
-
"umi": "4.0.0-canary.
|
|
52
|
+
"umi": "4.0.0-canary.20230601.2"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|