mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51565 This diff silence deep import warnings globally for rn-tester package. Changelog: [Internal] Reviewed By: huntie Differential Revision: D75291027 fbshipit-source-id: 7b4b2fe46a5c992a420b21f09a72f17944c54f6d
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
{
|
|
"presets": [
|
|
["module:@react-native/babel-preset", {
|
|
"disableDeepImportWarnings": true
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-transform-flow-enums"
|
|
]
|
|
}
|