Webpack introduces Picture path problem

Hello, everyone
I have tried three ways to introduce pictures at the same time
the first is that HTML introduces

js

css

webpack

because I used html-withimg-loader, all the html pictures came out, and the js pictures came out without processing, but the css pictures didn"t come out.
I tried to add publicPath to url-loader, but this will cause the pictures in html and js not to come out.
these three exist at the same time, so I can"t find a solution.
ask the gods, thank you

May.12,2022

have you installed file-loader
document with ides/asset-management/-sharp%E5%8A%A0%E8%BD%BD%E5%9B%BE%E7%89%87" rel=" nofollow noreferrer > loading


extract-text The setting of-webpack-plugin has a parameter for publicPath. Is to set the position relationship between the picture and the css. According to your dist directory division, publicPath can be set to .. /

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e068-41420.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e068-41420.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?