How to configure gulp to convert es6 in .html pages to es5?

<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <title></title>
</head>

<body>
  <script>
    let name = "alibaba"
    let sayName = (params) => params + `${name}`
    sayName("I am ");
  </script>
</body>

</html>

package with gulp, how to convert the above code, npm run build to es5 syntax after execution, and how to convert npm run dev to es5 syntax

Sep.12,2021

Hello, have you solved this problem? How to achieve it

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-1b3e3f0-2bb75.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-1b3e3f0-2bb75.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?