Skip to content
Snippets Groups Projects
babel.config.js 107 B
Newer Older
horpynych-ap's avatar
horpynych-ap committed
module.exports = function(api) {
  api.cache(true);
  return {
    presets: ['babel-preset-expo'],
  };
};