Refused to execute script from because its MIME type (…) and strict MIME type (…)
问题 Hi all I work currently on Express and get this error message trying to open my index.html : Refused to execute script from 'http://localhost:7500/app.bundle.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. - From localhost/:1 - Basically I try currently for configuring MIME type since it seems the problem come from it. here my tree structure : . ├── dist │ ├── app.bundle.js │ ├── app.bundle.js.map │ ├── index.html │ ├── ninja.json │ ├──