gulp-jstransform:Gulp插件将ES6转换为ES5

时间:2024-02-24 13:00:42
【文件属性】:

文件名称:gulp-jstransform:Gulp插件将ES6转换为ES5

文件大小:3KB

文件格式:ZIP

更新时间:2024-02-24 13:00:42

javascript gulp jstransform GulpJavaScript

Gulp 用法 var jstransform = require ( 'gulp-jstransform' ) ; gulp . task ( 'jstransform' , function ( ) { gulp . src ( './src/*.js' ) . pipe ( jstransform ( ) . on ( 'error' , gutil . log ) ) . pipe ( gulp . dest ( './public/' ) ) } ) ;


【文件预览】:
gulp-jstransform-master
----.travis.yml(44B)
----index.js(1KB)
----test.js(1KB)
----package.json(770B)
----.npmignore(52B)
----.gitignore(52B)
----README.md(290B)

网友评论