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
babel-preset-env
babel-preset-es2015
If you're reporting a bug, please include input code, output documentation, a description of what you expected to happen, and what happened instead.
When installing through npm there is an npm warning that babel-preset-env should be used instead of babel-preset-es2015:
Switching would silence warning.
What version of documentation.js are you using?: Happens with both v4.0.0-beta.15 and v5.3.2 both
v4.0.0-beta.15
v5.3.2
How are you running documentation.js (on the CLI, Node.js API, Grunt, other?): CLI
The text was updated successfully, but these errors were encountered:
Replace babel-preset-es2015 on babel-preset-env Fixed documentationjs…
34952c8
…#931
e203df5
anthony-redFox
No branches or pull requests
If you're reporting a bug, please include input code, output documentation,
a description of what you expected to happen, and what happened instead.
When installing through npm there is an npm warning that
babel-preset-env
should be used instead ofbabel-preset-es2015
:Switching would silence warning.
What version of documentation.js are you using?:
Happens with both
v4.0.0-beta.15
andv5.3.2
bothHow are you running documentation.js (on the CLI, Node.js API, Grunt, other?):
CLI
The text was updated successfully, but these errors were encountered: