Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit e933c54

Browse files
committed
chore: es5Incompatible add @ant-design/fast-color
1 parent 4cf1ff1 commit e933c54

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/console-toolkit-plugin-react",
3-
"version": "1.3.26",
3+
"version": "1.3.27",
44
"description": "console toolkit plugin for base react app",
55
"main": "lib/index.js",
66
"scripts": {

‎packages/plugin-react/src/webpack/rules/jsx/es5ImcompatibleVersions.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,20 @@ const config = {
149149
"@hpcc-js/wasm": {
150150
"*": {
151151
"version": "*",
152-
"reason": "transform es5"
152+
"reason": "not support es5"
153153
}
154154
},
155155
"@antv/xflow": {
156156
"^2.0.0": {
157157
"version": "^2.0.0",
158158
"reason": "not support es5",
159159
}
160+
},
161+
"@ant-design/fast-color": {
162+
"^2.0.0": {
163+
"version": "^2.0.0",
164+
"reason": "not support es5",
165+
}
160166
}
161167
};
162168

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /