only icons are displayed on the packaged server, and no other pictures larger than 10KB are displayed! If you add a limit value of 0 (less than 100KB can be displayed). Is there any other way?
{
    test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
    loader: "url-loader",
    options: {
      limit: 10000,
      name: utils.assetsPath("img/[name].[hash:7].[ext]")
}
 
file-loader

build  css  
 
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
