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
Probably best handled along with #700.
Assuming following config in package.json:
package.json
{ "ava": { "babel": { "extends": "./some-config.json" } } }
It will work as long as process.cwd() is the same as package.json.
process.cwd()
cli.js should normalize the path to package.json (api.js does not know anything about package.json).
cli.js
api.js
This should be part of the config normalizing discussed in #700
The text was updated successfully, but these errors were encountered:
This will be done as part of RFC001.
Sorry, something went wrong.
Manage Babel config using hullabaloo
3db164c
Fixes #707
e24b052
0464b14
novemberborn
Successfully merging a pull request may close this issue.
Probably best handled along with #700.
Assuming following config in
package.json
:It will work as long as
process.cwd()
is the same aspackage.json
.cli.js
should normalize the path topackage.json
(api.js
does not know anything aboutpackage.json
).This should be part of the config normalizing discussed in #700
The text was updated successfully, but these errors were encountered: