SWF file is not working in my project reactjs
I have the code below when I execute it in html file it still works but when I apply it in my reactjs project it doesn’t seem to work getting the message “You need to enable JavaScript to run this app.” On the network, it seems I need to configure something in webpack to read the swf file. I use Craco to configure my project.