.babelrc.cjs 148 B

12345678910
  1. module.exports = {
  2. presets: [
  3. [
  4. "@babel/preset-react",
  5. ],
  6. ],
  7. plugins: [
  8. "@babel/plugin-transform-class-properties",
  9. ],
  10. };