File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [
3
- " es2015" ,
4
- " stage-0" ,
5
- " react"
6
- ],
7
- "plugins" : [
8
- " add-module-exports" ,
9
- " lodash" ,
10
- " transform-class-properties" ,
11
- [" transform-es2015-classes" , { "loose" : true }],
12
- " transform-proto-to-assign"
13
- ]
2
+ "presets" : [
3
+ " es2015" ,
4
+ " stage-0" ,
5
+ " react"
6
+ ],
7
+ "plugins" : [
8
+ " add-module-exports" ,
9
+ " lodash" ,
10
+ " transform-class-properties" ,
11
+ [" transform-es2015-classes" , { "loose" : true }],
12
+ " transform-proto-to-assign" ,
13
+ " transform-object-assign"
14
+ ]
14
15
}
Original file line number Diff line number Diff line change 29
29
"babel-plugin-add-module-exports" : " ^0.2.1" ,
30
30
"babel-plugin-lodash" : " ^3.2.9" ,
31
31
"babel-plugin-transform-proto-to-assign" : " ^6.9.0" ,
32
+ "babel-plugin-transform-object-assign" : " ^6.22.0" ,
32
33
"babel-preset-es2015" : " ^6.18.0" ,
33
34
"babel-preset-react" : " ^6.16.0" ,
34
35
"babel-preset-stage-0" : " ^6.16.0" ,
You can’t perform that action at this time.
0 commit comments