mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Transform class properties too
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user