You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under ES2015 support, the readme says "You can also use your own local Babel version" by specifying it in the package.json.
But this doesn't seem much use if we can't also provide our own Babel config. From the code here it looks like AVA decides its own Babel options. It would be more useful if it could determine the appropriate options for each file, based on the closest .babelrc (or package.json containing a babelConfig field) to each file.
The text was updated successfully, but these errors were encountered:
Under ES2015 support, the readme says "You can also use your own local Babel version" by specifying it in the package.json.
But this doesn't seem much use if we can't also provide our own Babel config. From the code here it looks like AVA decides its own Babel options. It would be more useful if it could determine the appropriate options for each file, based on the closest
.babelrc
(orpackage.json
containing ababelConfig
field) to each file.The text was updated successfully, but these errors were encountered: