I am wanting to move my vue.config.js
file to somewhere else than my root directory. Per the configuration reference...
vue.config.js
is an optional config file that will be automatically loaded by@vue/cli-service
if 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