Skip to content

Commit

Permalink
Add more babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed May 29, 2018
1 parent 84fcf76 commit 7e1f9b9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"presets": ["env"]
"presets": ["env"],
"plugins": [
"transform-object-rest-spread",
"transform-class-properties"
]
}
34 changes: 34 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
"devDependencies": {
"babel-core": "~6.26.0",
"babel-loader": "~7.1.2",
"babel-plugin-transform-class-properties": "~6.24.1",
"babel-plugin-transform-object-rest-spread": "~6.26.0",
"babel-preset-env": "~1.6.1",
"chai": "~4.1.2",
"chai-as-promised": "~7.1.1",
Expand Down

0 comments on commit 7e1f9b9

Please sign in to comment.