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