Skip to content

Commit

Permalink
Add babel-plugin-react-pure-components
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Feb 2, 2016
1 parent c94aa85 commit 1af875d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -3,6 +3,7 @@ module.exports = {
require("babel-preset-react")
],
plugins: [
require("babel-plugin-react-pure-components"),
require("babel-plugin-transform-export-extensions"),
require("babel-plugin-transform-class-properties"),
[require("babel-plugin-transform-es2015-template-literals"), { loose: true }],
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3",
"main": "index.js",
"dependencies": {
"babel-plugin-react-pure-components": "^2.1.1",
"babel-plugin-transform-class-properties": "^6.1.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.1.4",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.1.4",
Expand Down

0 comments on commit 1af875d

Please sign in to comment.