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'. The ugly fox for now it's to set the base url in the index.html template to '/static', but I'd like to avoid it. Does anyone know if this is normal? Best Francesco -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/25cea9df-9348-49b9-a7e1-1cd6b4db1656%40googlegroups.com.
