Use webpack to resolve the YAML require in Javascript
We now run webpack over the javascript library to resolve the YAML require. The resulting self-contained file is distributed.
Running webpack is done as follows from the root of the repository:
npm run dist
So be sure to always run this before releasing a new version.