Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Lots of warnings about require cycles from libraries in node_modules in the react-native ecosystem, coming from the following code: https://github.com/facebook/metro/blob/dc8d85911ff6bf6487b7e3aef6b004df4bdcf17f/packages/metro/src/lib/polyfills/require.js#L158-L174
What is the expected behavior?
Don't warn users about require cycles in libraries in node_modules unless the user opts-in. Warnings about code that you don't own, especially when the warnings are non-essential, create unnecessary noise.
Please provide your exact Metro configuration and mention your Metro, node, yarn/npm version and operating system.
React Native 0.57 default configuration and Metro version (0.47.1). Other information irrelevant.
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Lots of warnings about require cycles from libraries in node_modules in the react-native ecosystem, coming from the following code: https://github.com/facebook/metro/blob/dc8d85911ff6bf6487b7e3aef6b004df4bdcf17f/packages/metro/src/lib/polyfills/require.js#L158-L174
What is the expected behavior?
Don't warn users about require cycles in libraries in node_modules unless the user opts-in. Warnings about code that you don't own, especially when the warnings are non-essential, create unnecessary noise.
Please provide your exact Metro configuration and mention your Metro, node, yarn/npm version and operating system.
React Native 0.57 default configuration and Metro version (0.47.1). Other information irrelevant.