mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Only glob src folder of codegen for buck compilation
Summary: RN codegen generates `lib/` folder in OSS which invalidates caches for macOS build. By only globbing `src/` folder we can avoid these issues. Changelog: [Internal] Exclude codegen files built in OSS to fix internal build. Reviewed By: cortinico, motiz88 Differential Revision: D30959522 fbshipit-source-id: 6371beb3997bc15ed155a7f7871fb80c199367a3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2f8cb57406
commit
e6fcbc5076
@@ -102,7 +102,7 @@ rn_xplat_cxx_library(
|
||||
yarn_workspace(
|
||||
name = "yarn-workspace",
|
||||
srcs = glob(
|
||||
["**/*.js"],
|
||||
["src/**/*.js"],
|
||||
exclude = [
|
||||
"**/__fixtures__/**",
|
||||
"**/__flowtests__/**",
|
||||
|
||||
Reference in New Issue
Block a user