@steve-t-shopify I’m currently facing the same issue trying to import images directly from src.
Example on src/test.tsx with the image also on src/image.png:
import testImage from "./image.png"
import { Image } from "@shopify/shop-minis-react"
export default function Test() {
return <Image src={testImage} />
}