To improve rebuild times while developing locally, decouple the automatic, complete rebuild of the frontend application whenever the API is updated. Currently, a full rebuild of the frontend when a change occurs in the API but we do an incremental rebuild of the frontend when changes occur to it. Switching to use only incremental frontend builds after initial start will mean no long delays between changes.
To improve rebuild times while developing locally, decouple the automatic, complete rebuild of the frontend application whenever the API is updated. Currently, a full rebuild of the frontend when a change occurs in the API but we do an incremental rebuild of the frontend when changes occur to it. Switching to use only incremental frontend builds after initial start will mean no long delays between changes.
Notes
[devMiddleware
function](https://github.com/cloud-gov/pages-core/blob/main/api/middlewares/dev-middleware.js) that currently rebuilds the entire frontendAcceptance Criteria