Skip to content

Commit cafeb17

Browse files
committed
Add babel-plugin-transform-flow-comments
1 parent 99bf645 commit cafeb17

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"es2015-loose",
44
"stage-1",
55
"react"
6+
],
7+
"plugins": [
8+
"transform-flow-comments"
69
]
710
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"babel-core": "^6.5.1",
3333
"babel-eslint": "^4.1.8",
3434
"babel-loader": "^6.2.2",
35+
"babel-plugin-transform-flow-comments": "^6.7.0",
3536
"babel-preset-es2015": "^6.6.0",
3637
"babel-preset-es2015-loose": "^7.0.0",
3738
"babel-preset-react": "^6.5.0",

0 commit comments

Comments
 (0)