### What problem does this feature solve? There should be option in vue.config.js to change the 'src' dir to something else. ### What does the proposed API look like? module.exports = { sourceDir: "client" }; <!-- generated by vue-issues. DO NOT REMOVE -->