SyntaxError:意外的标记:第三方css中的punc(。)

时间:2018-03-25 09:54:24

标签: css angular build gulp

我尝试运行

✗ 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代码,我该怎么办?

enter image description here

0 个答案:

没有答案
相关问题