I am wanting to move my vue.config.js file to somewhere else than my root directory. Per the configuration reference...
vue.config.jsis an optional config file that will be automatically loaded by@vue/cli-serviceif it's present in your project root (next topackage.json)
However, I'd like to move it per my use case. Is this possible via chainWebpack or configureWebpack? Another technique? I am using @vue/cli version 3.x