### What problem does this feature solve? When I use the asyn load of vue-router, the webpack-plugin prefetch makes all asyn modules preload. This results in the inability to load on demand ### What does the proposed API look like? vue.conf.js ``` { prefetch: {} } ``` <!-- generated by vue-issues. DO NOT REMOVE -->