Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

v1.0.1

Compare
Choose a tag to compare
@mpetrovich mpetrovich released this 03 Jun 03:32
· 54 commits to main since this release

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
```