##// END OF EJS Templates
auth-plugins: updated UI for authentication plugins, and allow unsorted (in order of registration) display of plugins.
auth-plugins: updated UI for authentication plugins, and allow unsorted (in order of registration) display of plugins.

File last commit:

r3172:d37fc984 default
r3233:4c12f36b default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}