继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

【React 模仿大众点评 webapp】实战教程 - 文档目录总结

慕村6190974
关注TA
已关注
手记 18
粉丝 497
获赞 1393

总结所有章节的文档

打开App,阅读手记
151人推荐
发表评论
随时随地看视频慕课网APP

热门评论

项目完成后 npm run build的时候有这个错误,有没有遇到过的?

Error: Path variable [chunkhash:8] not implemented in this context: fonts/icomoon.[chunkhash:8].svg

http://img.mukewang.com/59342a8800010e0d12450413.jpg

老师 您好,我在观看您的大众点评视频教程,在webpack的配置文件中我发现了一个配置上的错误,应该是失误导致。由于联系不上您,只能在这评论了。

loaders: [
   {test: /\.(js|jsx)$/, exclude: /node_modules/, loader: 'babel'},
   {test: /\.less$/, exclude: /node_modules/, loader: 'style!css!postcss!less'},
   {test: /\.css$/, exclude: /node_modules/, loader: 'style!css!postcss'},
   {test: /\.(png|gif|jpg|jpeg|bmp)$/i, loader: 'url-loader?limit=20000'},  // 限制大小20kb
   {test: /\.(png|woff|woff2|svg|ttf|eot)($|\?)/i, loader: 'url-loader?limit=5000'} // 限制大小小于5k
]

最后一个test中匹配了png,这会导致图片base64编码错误,图片显示不出来。

真的不怎么容易听懂,只顾自己说

查看全部评论