Skip to content

Commit

Permalink
Use babel preset to build react-server-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Jul 1, 2016
1 parent a7d5a03 commit 454f32f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jasmine": "2.3.1",
"jsdom": "5.6.1",
"jsx-loader": "0.12.2",
"lerna": "2.0.0-beta.23",
"lerna": "git://github.com/lerna/lerna.git#master",
"lerna-changelog": "^0.2.0",
"minimist": "1.1.0",
"mkdirp": "^0.5.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-server-cli/.babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"presets": ["es2015", "react"],
"plugins": ["transform-runtime"]
"presets": ["react-server"]
}
1 change: 1 addition & 0 deletions packages/react-server-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"babel-core": "^6.10.4",
"babel-loader": "~6.2.2",
"babel-runtime": "^6.3.19",
"babel-preset-react-server": "^0.3.3",
"chunk-manifest-webpack-plugin": "0.0.1",
"compression": "~1.6.2",
"css-loader": "~0.15.4",
Expand Down

0 comments on commit 454f32f

Please sign in to comment.