import { relative } from 'path' export const getThisModulePath = (path) => ( relative(process.cwd(), __dirname + '/../../../../' + path) )