I have a small project written in Angular 7 and im trying to build the production version out of it.
When i run
ng build --prod --aot --service-worker
The build will run without errors as seen on screenshot.
On the other hand, when im trying to load the app in the browser, it will throw errors in console and will not load at all.
Any ideas what is causing this? The files are in the same directory as the index.html and they do exist.
file://
protocol, deploy your application on real server to see it in action – Hypanthium