Unable to load background image from Css file Webpack5
I’m trying to put an image as background in a div but it doesn’t recognize it because webpack changes the path to http://localhost:8080/gaia.png instead of http://localhost:8080/assets/images/gaia.png The image is displayed correctly inside an tag but it doesn’t load if I want to use it from the Css file. I’m sure the problem is the file… Read More Unable to load background image from Css file Webpack5