### What problem does this feature solve? Allow the usage of the **--bare** option in preset configs. ### What does the proposed API look like? ```json { "useConfigFiles": true, "plugins": {}, "bare": true, "router": true, "vuex": true } ``` <!-- generated by vue-issues. DO NOT REMOVE -->