我尝试运行
✗ gulp build:dist
我收到此错误:
events.js:160
throw er; // Unhandled 'error' event
^
GulpUglifyError: unable to minify JavaScript
Caused by: SyntaxError: Unexpected token: punc (.)
File: /Users/eladb/.../public/js/min/vendor.js
Line: 110474
我的代码中没有堆栈,所以我在第110474行打开了vendor.js
我看到的是第三方组件的CSS中的错误。
})(window, window.angular);
.lf-ng-md-file-input {
margin-top: 5px;
margin-bottom: 5px;
}
.lf-ng-md-file-input .lf-ng-md-file-input-preview-container {
如果不是我的css代码,我该怎么办?