We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--babel.babelrc
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
$ bili --format umd,esm --no-babel.babelrc yarn run v1.9.4 error: Unknown option `--babel.babelrc` $ cat node_modules/bili/package.json | grep version "version": "4.7.4",
The text was updated successfully, but these errors were encountered:
There's no such CLI flag in v4, use the config option babel instead: https://bili.egoist.sh/api/interfaces/config.html#babel
babel
Sorry, something went wrong.
Wow, I just checked out docs here. https://bili.egoist.sh/#/recipes/javascript#babel
@ulivz Forgot to update that part.
feat: add --no-babelrc flag, fixes #189
0dbe73f
🎉 This issue has been resolved in version 4.8.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
No branches or pull requests
The text was updated successfully, but these errors were encountered: