Use babel to compile only jsx syntax, not polyfill other syntax?

I just want to use babel to change jsx to js. The syntax of other grammars (arrow function, spread) is not polyfill.

.babelrc
{
  "presets": [
    "react"
  ]
}

in this way, configuration compilation will report an error that does not recognize the arrow function, spread.
, but if you add env,stage, it will polyfill.
how to compile only jsx? without reporting an error?

Apr.01,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32f99-2be85.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32f99-2be85.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?