Skip to content

Commit 678c483

Browse files
committed
flow
1 parent 2e3fb8e commit 678c483

File tree

9 files changed

+2678
-2458
lines changed

9 files changed

+2678
-2458
lines changed

template/.babelrc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"presets":[
2+
"presets": [
33
"es2015",
44
"stage-0",
5-
"react"
5+
"react",
6+
"flow"
67
],
7-
"plugins":[
8-
"transform-runtime"
8+
"plugins": [
9+
"transform-runtime",
10+
"transform-flow-strip-types"
911
]
10-
}
12+
}

0 commit comments

Comments
 (0)