UNPKG
hippy-ui
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
> hippy-react ui components for hippy2.0
github.com/xxs665/hippy-ui
xxs665/hippy-ui
hippy-ui
/
babel.config.js
10 lines
(9 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
=
function
(
api
) { api.
cache
(
true
)
const
presets = [
"@babel/env"
,
"@babel/preset-react"
]
const
plugins = [
'@babel/plugin-proposal-class-properties'
]
return
{ presets, plugins } }