h265player icon indicating copy to clipboard operation
h265player copied to clipboard

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

Open 7956968 opened this issue 3 years ago • 4 comments

按照readme一步步来的

7956968 avatar Mar 04 '21 03:03 7956968

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

jarry avatar Mar 05 '21 07:03 jarry

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

7956968 avatar Mar 05 '21 08:03 7956968

怎么解决的啊,具体

abcdxiangpan avatar Apr 18 '22 07:04 abcdxiangpan

把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: @.***>

yiwen03 avatar Apr 19 '22 02:04 yiwen03