authelia/web/.cracorc.js
2021-06-08 10:14:51 +10:00

5 lines
85 B
JavaScript

module.exports = {
babel: {
plugins: [ "babel-plugin-istanbul" ]
}
};