Blacklist react-native-implementation.js from haste
Summary: We don't want people requiring from this file via haste. This file is the main for the react-native yarn workspace requireable via require('react-native'). https://pxl.cl/jnWC Reviewed By: mostafaeweda, RSNara Differential Revision: D10444200 fbshipit-source-id: 3832857e3df01def128525f32c9735e928802b59
This commit is contained in:
parent
4d917c8207
commit
44217d48ff
|
@ -59,6 +59,7 @@ module.system.haste.paths.blacklist=.*/__mocks__/.*
|
|||
module.system.haste.paths.whitelist=<PROJECT_ROOT>/Libraries/.*
|
||||
module.system.haste.paths.whitelist=<PROJECT_ROOT>/RNTester/.*
|
||||
module.system.haste.paths.whitelist=<PROJECT_ROOT>/IntegrationTests/.*
|
||||
module.system.haste.paths.blacklist=<PROJECT_ROOT>/Libraries/react-native/react-native-implementation.js
|
||||
module.system.haste.paths.blacklist=<PROJECT_ROOT>/Libraries/Animated/src/polyfills/.*
|
||||
|
||||
munge_underscores=true
|
||||
|
|
|
@ -59,6 +59,7 @@ module.system.haste.paths.blacklist=.*/__mocks__/.*
|
|||
module.system.haste.paths.whitelist=<PROJECT_ROOT>/Libraries/.*
|
||||
module.system.haste.paths.whitelist=<PROJECT_ROOT>/RNTester/.*
|
||||
module.system.haste.paths.whitelist=<PROJECT_ROOT>/IntegrationTests/.*
|
||||
module.system.haste.paths.blacklist=<PROJECT_ROOT>/Libraries/react-native/react-native-implementation.js
|
||||
module.system.haste.paths.blacklist=<PROJECT_ROOT>/Libraries/Animated/src/polyfills/.*
|
||||
|
||||
munge_underscores=true
|
||||
|
|
Loading…
Reference in New Issue