UNPKG
react-dropdown-datepicker
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.0
Dropdown date picker for react.
react-dropdown-datepicker
/
.babelrc
12 lines
(11 loc)
•
227 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets"
: [
"env"
,
"
@babel
/preset-react"
],
"plugins"
: [
"
@babel
/transform-react-jsx"
,
"
@babel
/plugin-proposal-class-properties"
,
"transform-object-rest-spread"
] }