Skip to content

Commit

Permalink
Added shorthand babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
evangelion1204 committed Nov 17, 2016
1 parent 8fcc609 commit 356fcaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"babel-plugin-transform-es2015-arrow-functions",
"babel-plugin-transform-es2015-destructuring",
"babel-plugin-transform-es2015-for-of",
"babel-plugin-transform-object-rest-spread"
"babel-plugin-transform-object-rest-spread",
"babel-plugin-transform-es2015-shorthand-properties"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"babel-plugin-transform-es2015-for-of": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.16",
"babel-plugin-transform-es2015-parameters": "^6.3.26",
"babel-plugin-transform-es2015-shorthand-properties": "^6.18.0",
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-register": "^6.18.0",
Expand Down

0 comments on commit 356fcaf

Please sign in to comment.