Skip to content

How to disable translate the chinese to unicode? #185

Open
@leitingx762

Description

@leitingx762

my gulpfiles.js is

    return gulp.src(jsurl)
        .pipe(babel({ presets: ["@babel/env"] }))
        .on("error", err)
        .pipe(rename({ suffix: ".min" }))
        .pipe(gulp.dest(jsurl.replace("!(*.min).js", "")))
        .on("end", ok)
}

then...
My Chinese String has be translate to unicode...
QQ截图20190613151151

I don't want to translate it...
help me...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions