UNPKG
react-adfs
Version:
latest (1.0.1)
1.0.1
1.0.0
Active Directory Federation Service 2012 (ADFS) support for ReactJS
r-s-sandbox/react-adfs
react-adfs
/
.babelrc
8 lines
(7 loc)
•
178 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"presets"
: [
"
@babel
/preset-env"
,
"
@babel
/preset-react"
],
"plugins"
: [
"
@babel
/plugin-proposal-class-properties"
,
"
@babel
/plugin-transform-async-to-generator"
] }