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
Bug
I found a wrong example of requiring web-ext in README's Using web-ext in NodeJS code section. https://github.com/mozilla/web-ext#using-web-ext-in-nodejs-code
Using web-ext in NodeJS code
// const webExt = require('web-ext').default; <----- this // or...
By #1934 , this should be:
// const webExt = require('web-ext'); // or...
Not related to versions of web-ext, Node or browser because this is a document mistake.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is this a feature request or a bug?
Bug
What is the current behavior?
I found a wrong example of requiring web-ext in README's
Using web-ext in NodeJS code
section.https://github.com/mozilla/web-ext#using-web-ext-in-nodejs-code
What is the expected or desired behavior?
By #1934 , this should be:
Version information (for bug reports)
Not related to versions of web-ext, Node or browser because this is a document mistake.
The text was updated successfully, but these errors were encountered: