Sweetalert2打破了我的棱角分明。该怎么办?

时间:2017-11-11 19:05:13

标签: angular sweetalert2

在做npm run build时,

出现此错误 来自UglifyJs的vendor.97ddeaba56b47c113f33.bundle.js中的错误 意外的令牌:运营商(>)

enter image description here

1 个答案:

答案 0 :(得分:0)

我认为sweetalert.js文件正在破坏你的构建。

您可以在资源中添加sweetalert.js文件,并在index.html

中提供其链接

或者您可以在sweetalert.js

中使用index.html文件的CDN链接

像这样:<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>