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.

.
Menu