The picture is damaged after url-loader packaged the picture.

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]")
            }
        },`
        
        

clipboard.png

Mar.23,2021

1. Check to see if you can open
2 in Explorer. Make sure what you see in the browser is correct

Menu