tldr: parcel doesn't work with nestJS, because they have differing opinions
about which parts of javascript are garbage
In the previous post, I walked through converting my Create React App based
client to a parcel build system. Now I'm going to do the server.
Present state,