**Describe the bug** Package rename from `@cnamts/vue-cli-plugin-proxy` to `vue-cli-proxy-plugin` broke plugin discoverability by Vue CLI. All Vue CLI plugins should follow naming convention described here: https://cli.vuejs.org/dev-guide/plugin-dev.html#naming-and-discoverability > `vue-cli-plugin-<name>` or `@scope/vue-cli-plugin-<name>` **To Reproduce** Steps to reproduce the behavior: 1. Install `vue-cli-proxy-plugin` 2. Configure `pluginOptions.proxy` in `vue.config.js` 3. Start development server 4. HPM is missing. **Expected behavior** HPM created.