As a consequence of #8, extension has to statically copy dependencies of endoify.mjs into its build output directory. We should instead bundle those dependencies into endoify.mjs itself, even if that's just concatenating the the sources in the correct order (considering that we need to avoid destructively transforming ses, lockdown, and eventual-send).