会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
爱生活爱编程
johnjackson的博客
首页
新随笔
联系
管理
2023年2月9日
gulp-babel没有将ES6转为ES5,
摘要: 使用gulp-babel转换ES6到ES5,然后用uglify对代码压缩,gulpfile中的代码片段: gulp.task('default', () => gulp.src('src/app.js') .pipe(babel()) .pipe(gulp.dest('dist')) ); 看到下面
阅读全文
posted @ 2023-02-09 09:39 johnjackson
阅读(297)
评论(0)
推荐(0)
编辑
公告