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 7543fe5 commit a34ea08Copy full SHA for a34ea08
.babelrc
@@ -6,6 +6,7 @@
6
],
7
"plugins": [
8
"transform-flow-comments",
9
+ "external-helpers",
10
11
"env": {
12
"test": {
package.json
@@ -32,6 +32,7 @@
32
"babel-eslint": "^6.1.2",
33
"babel-loader": "^6.2.4",
34
"babel-plugin-espower": "^2.3.1",
35
+ "babel-plugin-external-helpers": "^6.8.0",
36
"babel-plugin-transform-flow-comments": "^6.8.0",
37
"babel-preset-es2015": "^6.9.0",
38
"babel-preset-react": "^6.11.1",
0 commit comments