We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flags.require
We can make it work very similar to usage with Liftoff by mirroring https://github.com/js-cli/js-liftoff/blob/master/index.js#L118-L125
The requireLocal method is exposed on the instance: https://github.com/js-cli/js-liftoff/blob/master/index.js#L28
requireLocal
The text was updated successfully, but these errors were encountered:
New: Support flags.require config option (closes #108, closes #167)
ad7c19e
607e105
33e14d7
No branches or pull requests
We can make it work very similar to usage with Liftoff by mirroring https://github.com/js-cli/js-liftoff/blob/master/index.js#L118-L125
The
requireLocal
method is exposed on the instance: https://github.com/js-cli/js-liftoff/blob/master/index.js#L28The text was updated successfully, but these errors were encountered: