GulpUglifyError:无法缩小js.map的JavaScript

时间:2018-10-09 16:10:55

标签: javascript gulp mapping

运行gulp build时出现此错误

GulpUglifyError: unable to minify JavaScript
Caused by: SyntaxError: Unexpected token: punc (:)
File: /root/newTheme/assets/js/maps/theme.js.map
Line: 1
Col: 10

我不知道这些意味着什么以及寻找什么。

我该如何解决这个问题,或者我需要在这里提供什么?

theme.js.map;

https://pastebin.com/2PdeQXrk

gulpfile.js

https://pastebin.com/bX8SFsNX

1 个答案:

答案 0 :(得分:-1)

您能告诉我们您的gulpfile.js吗,我会安装gulp-sourcemaps来帮助您缩小接收到的错误。