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 15b8bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 15b8bc7

Please sign in to comment.