npm i url-loader file-loader -d

url-loader依赖于file-loader

上面两loader用于处理图片链接,html-loader处理html内嵌img:

npm i html-loader -d

webpack打包图片资源_html