Rohan Maity
01/05/2022, 4:03 AMThe resource from "<http://localhost:8080/my-file.js>" was blocked due to MIME type ("text/html") mismatch (X-Content-Type-Options: nosniff).
I have confirmed the name and its getting generated in the same folder as index html
Not sure what is the reason
Anyone faced a similar issue ?Rohan Maity
01/05/2022, 4:15 AMroot/build
folder
other in root/webApp/build/distributions
both of these generated JS were having different names
Now the one JS file which is actually looked for running webApp is from distributions
folder, but I was using the one in root/build
which caused the issue for not rendering