Add babel-plugin-transform-class-properties (#7322)

* added babel-plugin-transform-class-properties

* removed babel-plugin- prefix

(cherry picked from commit fc04e853f8)
This commit is contained in:
Keyan Zhang
2016-08-12 16:00:08 -07:00
committed by Paul O’Shannessy
parent ae17ce5b03
commit d0fc12db61
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -2,8 +2,9 @@
"presets": ["react"],
"ignore": ["third_party"],
"plugins": [
"transform-class-properties",
"syntax-trailing-function-commas",
"babel-plugin-transform-object-rest-spread",
"transform-object-rest-spread",
"transform-es2015-template-literals",
"transform-es2015-literals",
"transform-es2015-arrow-functions",
+1
View File
@@ -10,6 +10,7 @@
"babel-eslint": "^5.0.0",
"babel-plugin-check-es2015-constants": "^6.5.0",
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0",
"babel-plugin-transform-es2015-block-scoping": "^6.5.0",