Skip to content

Commit

Permalink
Add function-bind plugin for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Dec 5, 2017
1 parent 6f07234 commit 5a4c840
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Expand Up @@ -3,6 +3,7 @@
"plugins": [
"jsx-control-statements",
"transform-class-properties",
"transform-object-rest-spread"
"transform-object-rest-spread",
"transform-function-bind"
]
}
16 changes: 16 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -42,6 +42,7 @@
"babel-loader": "^7.1.2",
"babel-plugin-jsx-control-statements": "^3.2.8",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
Expand Down

0 comments on commit 5a4c840

Please sign in to comment.