Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable translate the chinese to unicode? #185

Open
leitingx762 opened this issue Jun 13, 2019 · 0 comments
Open

How to disable translate the chinese to unicode? #185

leitingx762 opened this issue Jun 13, 2019 · 0 comments

Comments

@leitingx762
Copy link

leitingx762 commented Jun 13, 2019

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant