dillon1000/react

Commit

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.
Browse files
Changed paths6 files
First-parent comparison
M packages/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 Added
Patch

Files changed

Rendering syntax-highlighted changes…