goldvideo / h265player

一套完整的Web版H.265播放器解决方案,非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码,利用Canvas画布投影、AudioContext播放音频。
https://goldvideo.github.io/h265player/
1.53k stars 298 forks source link

打包遇到错误Error: No files matching the pattern "D:\godplayer\h265player\src\themes\**\*.css" were found. #55

Open 7956968 opened 3 years ago

7956968 commented 3 years ago

按照readme一步步来的

jarry commented 3 years ago

应该是路径问题。你看下D:\godplayer\h265player\src\themes\这个路径对吗?

7956968 commented 3 years ago

对的。我看你到stylelint提问了。注掉css那段就好了

abcdxiangpan commented 2 years ago

怎么解决的啊,具体

yiwen03 commented 2 years ago

把build目录下 webpack.base.conf.js中的下面这段代码注掉 // new StyleLintPlugin({ // configFile: path.resolve(buildPath, 'stylelint.config.js'), // context: path.resolve(basePath, './src/themes'), // files: '*/.css', // failOnError: false, // quiet: false, // }),

------------------ 原始邮件 ------------------ 发件人: "goldvideo/h265player" @.>; 发送时间: 2022年4月18日(星期一) 下午3:51 @.>; @.>; 主题: Re: [goldvideo/h265player] 打包遇到错误Error: No files matching the pattern "D:\godplayer\h265player\src\themes\\.css" were found. (#55)

怎么解决的啊,具体

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>