How to pack Angular 8 applications on regular war files
From time to time it is necessary to distribute SPA applications using war files as containers, in my experience this is necessary when:
You don’t have control over deployment infrastructure
You’re dealing with rigid deployment standards
IT pe…