.babelrc revision de6fea79a8359148585c6055910bf93f774bdf7c
{
"env": {
"development": {
"sourceMaps": "inline"
}
},
"only": [
"main-authorize.js",
"main-device.js",
"main.js",
"org/forgerock/openam/**/*.js"
],
"plugins": [
"check-es2015-constants",
"transform-es2015-arrow-functions",
"transform-es2015-block-scoping",
"transform-es2015-shorthand-properties",
"transform-es2015-template-literals"
]
}