I've got an environment file.
Like the title says, I want to build the path for my images based on the config setup, like so :
const images = {
logo: require(`./${Config.BRAND}/images/logo_${Config.BRAND}.png`)
};
Unfortunately, it does not work.
Is there any other way to achieve it ?