UNPKG
reactjs-adal-adfs
Version:
latest (0.0.2)
0.0.2
0.0.1
Azure Active Directory (ADAL) support for ReactJS
reactjs-adal-adfs
/
.babelrc
10 lines
(9 loc)
•
149 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-class-properties"
] }