Skip to content

Commit

Permalink
Temporarily added “transform-class-properties”
Browse files Browse the repository at this point in the history
Related to #14
  • Loading branch information
dainyl committed Sep 11, 2017
1 parent c5fa672 commit f204ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["env", "stage-3", "react", "flow"],
"plugins": ["emotion/babel"]
"plugins": ["emotion/babel", "transform-class-properties"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.23.0",
Expand Down

0 comments on commit f204ea8

Please sign in to comment.