Transform class properties too

This commit is contained in:
Antonio Scandurra
2017-02-15 17:52:28 +01:00
parent cf329d0f63
commit b090a07838
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
"babel-core": "6.22.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",

View File

@@ -3,6 +3,7 @@
"plugins": [
"add-module-exports",
"transform-async-to-generator",
"transform-class-properties",
"transform-es2015-modules-commonjs",
"transform-flow-strip-types",
"transform-object-rest-spread",