1module.exports = function(api) { 2 api.cache(true); 3 return { 4 plugins: ['@babel/plugin-transform-flow-strip-types'], 5 }; 6}; 7