We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a024ded commit ed9d0a4Copy full SHA for ed9d0a4
1 file changed
common/config/babel/features.js
@@ -20,9 +20,7 @@ module.exports = {
20
// Demo feature. Used in live-documentation of conditional compilation. Do not use in production code.
21
"in-progress-beta-feature-demo",
22
// Feature for remote UFD
23
- "remote-ufd",
24
- // Feature for on fetch profile
25
- "on-fetch-profile"
+ "remote-ufd"
26
],
27
beta: [
28
"call-readiness",
@@ -70,7 +68,9 @@ module.exports = {
70
68
// feature for tracking the callParticipantsLocator
71
69
"call-participants-locator",
72
// Feature for together mode
73
- "together-mode"
+ "together-mode",
+ // Feature for on fetch profile
+ "on-fetch-profile"
74
75
stable: [
76
// Demo feature. Used in live-documentation of conditional compilation.
0 commit comments