This is my babel.configh.js :
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
I am connecting APIs and this is the error i keep on getting in my program.
Parsing error:
No Babel config file detected for C:UsersKennyAirtel_transactionfrontendbabel.config.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.
I have tried installing all the plugins yet nothing has worked so far
I installed all the @vue plugin that I was expecting would solve the error but nothing worked