gulp-js-wrapper:轻松封装js文件

时间:2024-08-02 22:54:19
【文件属性】:

文件名称:gulp-js-wrapper:轻松封装js文件

文件大小:5KB

文件格式:ZIP

更新时间:2024-08-02 22:54:19

gulp-js-包装器 轻松封装js文件。 有利于缩小或防止将变量泄漏到窗口。 npm install gulp-js-wrapper #例子 var gulp = require('gulp'), jswrap = require('gulp-js-wrapper'); gulp.src('test.js') .pipe(jswrap({ // pass a safe undefined into the encapsulation safeUndef: true, globals: { // key will be the argument // value will be the parameter 'window': 'root'


【文件预览】:
gulp-js-wrapper-master
----.gitignore(587B)
----package.json(603B)
----gulpfile.js(759B)
----LICENSE(1KB)
----index.js(2KB)
----README.md(2KB)
----test()
--------src.js(101B)
--------result.js(154B)
--------min.js(78B)

网友评论