dillon1000/react
Commit
Browse files added react native feature flags (#22199)
lunaruan commented 3 days ago • This PR adds separate DevTools feature flag configurations for react-devtools-core. It also breaks the builds down into facebook specific and open source flags so we can experiment in React Native. Tested yarn build:standalone, yarn build:backend, yarn build:standalone:fb, and yarn build:backend:fb and inspected the output to make sure each package used the correct feature flags (the first two use core-oss and the latter two use fb-oss.
Changed paths6 files
First-parent comparisonpackages/react-devtools-core/package.json ModifiedM packages/react-devtools-core/webpack.backend.js ModifiedM packages/react-devtools-core/webpack.standalone.js ModifiedM packages/react-devtools-shared/buildUtils.js ModifiedA packages/react-devtools-shared/src/config/DevToolsFeatureFlags.core-fb.js AddedA packages/react-devtools-shared/src/config/DevToolsFeatureFlags.core-oss.js AddedPatch
Files changed
Rendering syntax-highlighted changes…