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
require
Just load it as text, drop the modules.exports = or exports = if it exists, and send it to Couch. Couch can decide if it isn't worthy.
modules.exports =
exports =
Filed as a bug because the require stuff does weird things in watch mode and I don't care to figure out why.
The text was updated successfully, but these errors were encountered:
SaschaAdler
No branches or pull requests
Just load it as text, drop the
modules.exports =
orexports =
if it exists, and send it to Couch. Couch can decide if it isn't worthy.Filed as a bug because the require stuff does weird things in watch mode and I don't care to figure out why.
The text was updated successfully, but these errors were encountered: