Hello everyone.
I recently upgraded to angular8 a toy project I was working on.
Surprisingly, niw when I build the project with ng build --prod, it creates various strange files (named eg 1.js 3.js...), in addition to the expected assets, polyfill.js, runtme.js ... and so on.
I couldn't find any explanation on the docs or in google for this, so I decided to stop by here.
The problem is that serving the app within a Django backend the js code is looking for depe dencies in the '/' path when all the static files are in '/static'.