You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: