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 99bf645 commit cafeb17Copy full SHA for cafeb17
.babelrc
@@ -3,5 +3,8 @@
3
"es2015-loose",
4
"stage-1",
5
"react"
6
+ ],
7
+ "plugins": [
8
+ "transform-flow-comments"
9
]
10
}
package.json
@@ -32,6 +32,7 @@
32
"babel-core": "^6.5.1",
33
"babel-eslint": "^4.1.8",
34
"babel-loader": "^6.2.2",
35
+ "babel-plugin-transform-flow-comments": "^6.7.0",
36
"babel-preset-es2015": "^6.6.0",
37
"babel-preset-es2015-loose": "^7.0.0",
38
"babel-preset-react": "^6.5.0",
0 commit comments