UNPKG
@kobonaut/linode-navbar
Version:
latest (0.6.5)
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Reusable navigation for Linode's sites (developers.linode.com)
bitbucket.org/jskobos/linode-navbar
@kobonaut/linode-navbar
/
.babelrc
11 lines
•
195 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"presets"
: [
"
@babel
/env"
,
"
@babel
/typescript"
,
"
@babel
/react"
],
"plugins"
: [
"
@babel
/proposal-class-properties"
,
"
@babel
/proposal-object-rest-spread"
] }