I am trying to deploy an app to App Engine for a mobile version on the Default app. I did the "ng build" on the Default service and everything went well. then came time to do the same for the mobile version went and deployed the app and i keep getting the same error in the console.
Loading module from “https://m.ex.emample.com/main-es2015.XXXXXXXXXXXXXXXXXX.js” was blocked because of a disallowed MIME type (“text/html”).
I keep thinking something was wrong with the build but i am not sure. I did everything the same, all i did was change the CSS and HTML of the Components.
There is no server.js file just an app.yaml that is the same as the Default that works fine.