This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
v1.0.1
DEPRECATED: DO NOT USE
This release contains issues with the way configuration files are handled and should not be used. Use v2.x instead.
Breaking changes
- All paths in the configuration file are now evaluated relative to the configuration file itself, not the current working directory of the Node process.
Fixes
- For external examples, relative filepaths that started with
.
or..
didn't work. For example, this now works:
```external-example:../shared/data.js
```