We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dd8c5 commit 1e427d8Copy full SHA for 1e427d8
.babelrc
@@ -6,6 +6,9 @@
6
],
7
"plugins": [
8
"add-module-exports",
9
- "lodash"
+ "lodash",
10
+ "transform-class-properties",
11
+ ["transform-es2015-classes", { "loose": true }],
12
+ "transform-proto-to-assign"
13
]
14
}
package.json
@@ -28,6 +28,7 @@
28
"babel-cli": "^6.10.1",
29
"babel-plugin-add-module-exports": "^0.2.1",
30
"babel-plugin-lodash": "^3.2.5",
31
+ "babel-plugin-transform-proto-to-assign": "^6.9.0",
32
"babel-preset-es2015": "^6.9.0",
33
"babel-preset-react": "^6.11.1",
34
"babel-preset-stage-0": "^6.5.0",
0 commit comments