const plugins = [
  [
    'babel-plugin-react-compiler',
    {
      target: '18',
    },
  ],
];

module.exports = {plugins};