We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dbe85 commit 4b0cdf2Copy full SHA for 4b0cdf2
scripts/rollup/build.js
@@ -686,18 +686,18 @@ async function buildEverything() {
686
[bundle, NODE_PROFILING],
687
[bundle, RN_OSS_DEV],
688
[bundle, RN_OSS_PROD],
689
- [bundle, RN_OSS_PROFILING],
690
- [bundle, RN_FB_DEV],
691
- [bundle, RN_FB_PROD],
692
- [bundle, RN_FB_PROFILING]
+ [bundle, RN_OSS_PROFILING]
693
);
694
695
if (__EXPERIMENTAL__) {
696
- // www uses experimental builds only.
+ // FB specific builds are experimental-only.
697
bundles.push(
698
[bundle, FB_WWW_DEV],
699
[bundle, FB_WWW_PROD],
700
- [bundle, FB_WWW_PROFILING]
+ [bundle, FB_WWW_PROFILING],
+ [bundle, RN_FB_DEV],
+ [bundle, RN_FB_PROD],
+ [bundle, RN_FB_PROFILING]
701
702
}
703
0 commit comments