1
1
{
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
+ }
24
23
]
25
- }
26
-
24
+ ]
25
+ }
0 commit comments