facebook / relay

Relay is a JavaScript framework for building data-driven React applications.
https://relay.dev
MIT License
18.24k stars 1.8k forks source link

Cosmiconfig is not a function - babel-plugin-relay #4702

Open apuntovanini opened 2 weeks ago

apuntovanini commented 2 weeks ago

cosmiconfig is capped at version 5, and conflicts with other packages using higher versions (mainly postcss and storybook). Adding an higher resolution in my package.json breaks the plugin, because cosmiconfig > 6 dropped default exports. Would you be willing to accept a PR fixing this?