I am facing a challenge at work to hide the tech stack and libraries information of our ReactAPP from Wappalyzer extension.
I had already removed code from source map of browser by using GENERATE_SOURCEMAP=false
in build script but could not find any solution to hide data from wappalyzer.
I would really appreciate some help from you guys. Thanks!