UNPKG
test-weather-fork
Version:
latest (1.1.1-beta-2)
1.1.1
1.1.1-beta-2
1.1.1-beta-1
1.1.1-beta
React Weather component
github.com/JohanBjerning/react-open-weather
JohanBjerning/react-open-weather
test-weather-fork
/
.babelrc
13 lines
(12 loc)
•
209 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
: [
"
@babel
/preset-env"
,
"
@babel
/preset-react"
],
"plugins"
: [ [
"
@babel
/plugin-transform-runtime"
, {
"regenerator"
: true } ],
"react-hot-loader/babel"
] }