【问题标题】:Importing images with react and webpack使用 react 和 webpack 导入图片
【发布时间】:2018-06-17 05:21:57
【问题描述】:

我一直在尝试使用 react 和 webpack 导入图像,但是我还没有成功。我已经使用 npm 安装了 file-loader 和 url-loader,我已经配置了 webpack.config 文件,如我所见它在文档上但是我只是得到一个错误.. https://drive.google.com/open?id=1vdSpLwgwJgUuBCKjej_QosJazMaiGe7P

感谢您的帮助!

【问题讨论】:

标签: reactjs npm webpack


【解决方案1】:

而是在你的 SearchBar 组件中这样写。

import Minor from './minor.png'

class SearchBar extends component{
 render(){
  return(
     <img src={Minor} alt="myLogo" />
  )
 }
}

【讨论】:

猜你喜欢
  • 2017-06-06
  • 2021-06-28
  • 1970-01-01
  • 2017-12-02
  • 2016-05-16
  • 2016-03-01
  • 2017-06-26
  • 2016-04-20
  • 2020-01-11
相关资源
最近更新 更多