Skip to content

Commit 1486d95

Browse files
committed
fix: babelrc
1 parent a7ffa35 commit 1486d95

File tree

3 files changed

+20527
-24
lines changed

3 files changed

+20527
-24
lines changed

.babelrc

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-typescript", "@babel/preset-react"],
3-
"plugins": [
4-
"@babel/plugin-transform-runtime",
5-
"@babel/plugin-proposal-object-rest-spread",
6-
"@babel/plugin-syntax-dynamic-import",
7-
[
8-
"@babel/plugin-proposal-decorators",
9-
{
10-
"legacy": true
11-
}
12-
],
13-
"@babel/plugin-proposal-class-properties",
14-
"@babel/plugin-proposal-optional-chaining",
15-
"@babel/plugin-proposal-nullish-coalescing-operator",
16-
[
17-
"import",
18-
{
19-
"libraryName": "antd",
20-
"libraryDirectory": "es",
21-
"style": "css"
22-
}
23-
]
2+
"presets": ["@babel/preset-env", "@babel/preset-typescript", "@babel/preset-react"],
3+
"plugins": [
4+
"@babel/plugin-transform-runtime",
5+
"@babel/plugin-proposal-object-rest-spread",
6+
"@babel/plugin-syntax-dynamic-import",
7+
[
8+
"@babel/plugin-proposal-decorators",
9+
{
10+
"legacy": true
11+
}
12+
],
13+
"@babel/plugin-proposal-class-properties",
14+
"@babel/plugin-proposal-optional-chaining",
15+
"@babel/plugin-proposal-nullish-coalescing-operator",
16+
[
17+
"import",
18+
{
19+
"libraryName": "antd",
20+
"libraryDirectory": "es",
21+
"style": "css"
22+
}
2423
]
25-
}
26-
24+
]
25+
}
File renamed without changes.

0 commit comments

Comments
 (0)