File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [" @babel/preset-env" , " @babel/preset-react" ],
2
+ "presets" : [
3
+ " @babel/preset-env" ,
4
+ " @babel/preset-react"
5
+ ],
3
6
"plugins" : [
4
- " babel- plugin-transform -class-properties" ,
5
- " babel- plugin-transform -object-rest-spread" ,
7
+ " @ babel/ plugin-proposal -class-properties" ,
8
+ " @ babel/ plugin-syntax -object-rest-spread" ,
6
9
" @babel/plugin-syntax-dynamic-import"
7
10
]
8
11
}
Original file line number Diff line number Diff line change 18
18
},
19
19
"devDependencies" : {
20
20
"@babel/core" : " ^7.2.2" ,
21
+ "@babel/plugin-proposal-class-properties" : " ^7.8.3" ,
21
22
"@babel/plugin-syntax-dynamic-import" : " ^7.2.0" ,
23
+ "@babel/plugin-syntax-object-rest-spread" : " ^7.8.3" ,
22
24
"@babel/polyfill" : " ^7.2.5" ,
23
25
"@babel/preset-env" : " ^7.2.3" ,
24
26
"@babel/preset-react" : " ^7.0.0" ,
25
27
"babel-eslint" : " ^10.0.1" ,
26
28
"babel-loader" : " ^8.0.5" ,
27
- "babel-plugin-transform-class-properties" : " ^6.24.1" ,
28
- "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
29
29
"clean-webpack-plugin" : " ^1.0.1" ,
30
30
"copy-webpack-plugin" : " ^5.0.2" ,
31
31
"cross-env" : " ^5.2.0" ,
You can’t perform that action at this time.
0 commit comments