Hi, how can i refer an image asset from the asset/images folder in my js code ? i can have it working in dev mode with {require("../../images/my_image.svg")} but no luck in production thanks
Hi,
how can i refer an image asset from the asset/images folder in my js code ?
i can have it working in dev mode with
{require("../../images/my_image.svg")}
but no luck in production
thanks