after using url-loader to package the picture, the picture is corrupted.
`{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
loader: "url-loader",
query: {
name: utils.assetsPath("img/[name].[hash:7].[ext]")
}
},`