We have a project consisting of approximately 100 pages that we are in the process of migrating to a newer front-end technology. We have almost decided on using Vue.js (with Vue CLI) for this migration. However, we are facing an issue with Vue CLI building the entire project into one build.js file. Due to our frequent requirement changes, this means that every small change requires us to upload the entire build.js file, leading to the need for regression testing of the entire project. Is there a way to build the project module-wise so that only the changed module needs to be uploaded live after making changes?