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
For some reason when I have a babel.config.js on the project, the babel() does not pick up that file, only when I change it to a .babelrc it works.
babel.config.js
babel()
.babelrc
Possibility to add a configFile option to specify the path of the babel config file to load.
configFile
babel
Do we need a PR for this, if not already present?
Babel-ref
The text was updated successfully, but these errors were encountered:
Hey @dantesolis,
good point! A PR would be welcome :)
Happy Eastern 🐰
Sorry, something went wrong.
@andywer cool I'll take care of it. Thanks
just an update: I'm still taking care of this, it has proven a bit more complicated than I thought, but still hacking on it
No branches or pull requests
For some reason when I have a
babel.config.js
on the project, thebabel()
does not pick up that file, only when I change it to a.babelrc
it works.Possibility to add a
configFile
option to specify the path of thebabel
config file to load.Do we need a PR for this, if not already present?
Babel-ref
The text was updated successfully, but these errors were encountered: