For some reason, when the application is deployed in production using vue, sometimes the script "chunk-vendors" or "app.js" are interpreted as html as you can see bellow 
But, sometimes, after refresh the page, the files are interpreted correctly. 
In another environment, staging or local, this problem dont happen, only in production.
The build phase for staging and production are the same.
Anyone already got this problem?