Currently we bundle addition resources in the compiled version of workloads.
import jfkAudio from '../../media/jfk_1962_0912_spaceeffort.wav';
import imageWithBackground from '../../media/image.jpg';
Instead of re-bundling that we should probably just load them directly from the media to simplify deployment and local development.