Hi, this plugin did not flatten paths in the past, now it does. How can I tell it not to? example: Current `/images/icons/home.svg` > `/public/images/home.svg` Expected `/images/icons/home.svg` > `/public/images/icons/home.svg` thank you.