使用gulp打包报错了,请问这个该怎么办啊

Error: File not found with singular glob: E:/code/HexCube/Content/css/iframeSelectExercise/iframeSelectExercise.css (if this was purposeful, use `allowEmpty` option)

但是问题是我的E:/code/HexCube/Content/css路径下面没有之后的文件啊,这个是为什么啊

如果我的回答对你有帮助,请点击采纳按钮,谢谢

解决方法
返回代码,在gulp.src()中添加

{allowEmpty: true}