Skip to content

Use webpack to resolve the YAML require in Javascript

Martijn Vermaat requested to merge webpack into field_review

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.

Merge request reports