mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-01 05:50:30 +08:00
27ad839d47
* Move jest, eslint & prettier to the root * Update e ref
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
const baseCfg = require('@gravitational/build/.babelrc');
|
|
module.exports = function (api) {
|
|
api.cache(true);
|
|
return baseCfg;
|
|
};
|