cessda / cessda.cvs.two

Apache License 2.0
0 stars 2 forks source link

Build the Angular application using the Angular CLI #757

Closed matthew-morris-cessda closed 10 months ago

matthew-morris-cessda commented 10 months ago

Currently CVS builds the web application component using Webpack directly. This requires maintenance as Angular ships with its own configurations which changes with new Angular versions. This increases the maintanence burden for little benefit, as these changes must be tracked rather than being handled behind-the-scenes.

This PR converts the build process to use the Angular CLI directly.