babel.config.js is ignored when working in symlinked directory · Issue #8782 · babel/babel
Bug Report Current Behavior If the working path contains symlinked directory the configuration file isn't handled. Input Code I made dummy test.js with the content: export default { a: 1, b: 2 } an...