How to encrypt gulp js code

how gulp js code is encrypted

clipboard.png

if this kind of code is encrypted


gulp-uglifyjs Code confusion


gulp.task ('scriptmin', function () {

)
gulp.src('src/js/*.js')
//        .pipe(uglify({ mangle: { toplevel: true }}))    
    .pipe(uglify())    //     _966
    .pipe(obfuscate())

clipboard.png

this is what I wrote, but it doesn't meet the requirements, because it directly shows that its dom node wants the code to be compressed to the kind of encryption in https://www.sojson.com/jsobfu.

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