gpt4 book ai didi

javascript - 将 ES6 与 gulp 一起使用

转载 作者:行者123 更新时间:2023-11-28 04:25:06 25 4
gpt4 key购买 nike

我正在使用 gulp,并且我已经为我的 Angular js webapp 项目编写了一个构建任务。但 gulp 不理解我在脚本中使用的箭头函数,因此它给了我这样的错误:
错误解析错误:意外的 token >
那么可能的解决方案是什么?我也尝试过 Babel!

最佳答案

目前在我的构建中使用 ES6 箭头函数没有问题。确保您的 CLI 和 gulp 本地版本至少为 3.9 版本。要检查您拥有哪个版本,请打开终端并输入:gulp -v。 enter image description here

gulp.task('styles-production', () => {
return gulp.src('.tmp/styles/main.css')
.pipe($.cssnano())
.pipe(gulp.dest('./dist/styles'));
})

enter image description here

关于javascript - 将 ES6 与 gulp 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45129746/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com