Skip to content

Commit 746f674

Browse files
committed
feat: add top page
1 parent 35ba363 commit 746f674

11 files changed

+596
-18
lines changed

.babelrc

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@
55
{
66
"target": {
77
"node": "7"
8-
}
8+
},
9+
"loose": true
10+
}
11+
],
12+
"stage-0"
13+
],
14+
"plugins": [
15+
[
16+
"transform-runtime",
17+
{
18+
"polyfill": true,
19+
"regenerator": true
920
}
1021
]
1122
]

0 commit comments

Comments
 (0)