File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 5
5
"plugins" : [
6
6
" transform-es2015-destructuring" ,
7
7
" transform-es2015-parameters" ,
8
- " transform-strict-mode" ,
9
- [" module-resolver" , {
10
- "root" : [" ." ],
11
- "alias" : {
12
- "common" : " ./common" ,
13
- "components" : " ./content-src/components" ,
14
- "lib" : " ./content-src/lib" ,
15
- "reducers" : " ./content-src/reducers"
16
- }
17
- }]
8
+ " transform-strict-mode"
18
9
]
19
10
}
20
11
]
Original file line number Diff line number Diff line change 29
29
"devDependencies" : {
30
30
"@kadira/storybook" : " 2.2.3" ,
31
31
"babel" : " 6.5.2" ,
32
- "babel-cli" : " 6.14.0" ,
33
32
"babel-core" : " 6.14.0" ,
34
33
"babel-loader" : " 6.2.5" ,
35
- "babel-plugin-module-resolver" : " 2.1.1" ,
36
34
"babel-plugin-transform-es2015-destructuring" : " 6.9.0" ,
37
35
"babel-plugin-transform-es2015-parameters" : " 6.11.4" ,
38
36
"babel-plugin-transform-strict-mode" : " 6.11.3" ,
39
37
"babel-preset-react" : " 6.11.1" ,
40
- "babel-register" : " 6.11.6" ,
41
38
"chai" : " 3.5.0" ,
42
39
"conventional-changelog-cli" : " 1.2.0" ,
43
40
"cpx" : " 1.5.0" ,
You can’t perform that action at this time.
0 commit comments