UNPKG
react-parabola
Version:
latest (0.1.0)
0.1.0
0.0.1
Parabolic motion of an object
github.com/gewenmao/react-parabola
gewenmao/react-parabola
react-parabola
/
.babelrc
10 lines
•
204 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"presets"
: [
"
@babel
/preset-env"
,
"
@babel
/preset-react"
],
"plugins"
: [ [
"
@babel
/plugin-proposal-decorators"
, {
"legacy"
: true } ],
"
@babel
/plugin-proposal-class-properties"
] }