Skip to content

Commit ca787e7

Browse files
committed
added babel-core
1 parent ddd6a1d commit ca787e7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

2-react-router/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"main": "webpack.config.js",
66
"dependencies": {
7+
"babel-core": "^6.17.0",
78
"babel-loader": "^6.2.0",
89
"babel-plugin-add-module-exports": "^0.1.2",
910
"babel-plugin-react-html-attrs": "^2.0.0",

4-redux/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "webpack.config.js",
66
"dependencies": {
77
"axios": "^0.12.0",
8+
"babel-core": "^6.17.0",
89
"babel-loader": "^6.2.0",
910
"babel-plugin-add-module-exports": "^0.1.2",
1011
"babel-plugin-react-html-attrs": "^2.0.0",

6-mobx-react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"react-dom": "^15.3.0"
1717
},
1818
"devDependencies": {
19+
"babel-core": "^6.17.0",
1920
"babel-loader": "^6.2.4",
2021
"babel-plugin-transform-class-properties": "^6.10.2",
2122
"babel-plugin-transform-decorators-legacy": "^1.3.4",

0 commit comments

Comments
 (0)