importpathfrom'path';exportdefault(componentName,{filename, cwd})=>{returnpath.relative(cwd,path.dirname(filename));}{
"plugins": [
["babel-plugin-react-rename", {
"only": "./src/component/**/*.js",
"rename": "./config/babel/getComponentName.babel.js"
}]
]
}