const babelOptions = require('@strata/babel'); module.exports = function (api) { api.cache(true); return babelOptions(); }