babel.config.js 55 B

12345
  1. module.exports = {
  2. presets: [
  3. 'next/babel'
  4. ]
  5. }