While importing external CSS file, I'm Getting error like 'resolve-url-loader: webpack misconfiguration webpack or the upstream loader did not supply a source-map'. Any help?
Did you ever figure this out? I am starting development in experience builder now and just ran across this issue. Thanks.
I've resolved this issue. Try to reinstall Experience Builder. May be some modules are not installed properly. If you facing still let me know.
That seemed to help a bit as I was able to get rid of the errors when compiling. I ran npm ci on both the server and client directories and used npm audit fix to correct any issues with the dependencies.