Add babelrc.json support (#10783)
* Add babelrc.json support * Add tests Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
committed by
Nicolò Ribaudo
parent
ae06baf22f
commit
4c28f54152
@@ -32,6 +32,7 @@ const RELATIVE_CONFIG_FILENAMES = [
|
||||
".babelrc.js",
|
||||
".babelrc.cjs",
|
||||
".babelrc.mjs",
|
||||
".babelrc.json",
|
||||
];
|
||||
|
||||
const BABELIGNORE_FILENAME = ".babelignore";
|
||||
|
||||
Reference in New Issue
Block a user