Someone give me an idea here. All my image files are working well when I import them and include them on my .jsx script. Now issue is, when am using an extenal css file and I include a background image on a css property as showed below, that image never renders. Inshort it’s just a blank space for that image. Could I be missing something on uxp react webpack configuration for this because it’s quite weird.
My webpack configurations for file loading are as below and I don’t think they’re the issue. Although I think I have to enable something for webpack to process this for uxp react but am not sure what it is,
Correct, CSS support is basic right now, but I believe some new properties will be added soon(ish). @Jarda happens to be a reliable source in terms of missing CSS support, he’s investigated it thoroughly.
It is not up to date at all. Many properties have been supported since UXP 3. Now we have 7.2 but those are still not listed there. Your best bet would be base64 encoding.