Skip to content

Commit ed9d0a4

Browse files
committed
moved to beta
1 parent a024ded commit ed9d0a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

common/config/babel/features.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ module.exports = {
2020
// Demo feature. Used in live-documentation of conditional compilation. Do not use in production code.
2121
"in-progress-beta-feature-demo",
2222
// Feature for remote UFD
23-
"remote-ufd",
24-
// Feature for on fetch profile
25-
"on-fetch-profile"
23+
"remote-ufd"
2624
],
2725
beta: [
2826
"call-readiness",
@@ -70,7 +68,9 @@ module.exports = {
7068
// feature for tracking the callParticipantsLocator
7169
"call-participants-locator",
7270
// Feature for together mode
73-
"together-mode"
71+
"together-mode",
72+
// Feature for on fetch profile
73+
"on-fetch-profile"
7474
],
7575
stable: [
7676
// Demo feature. Used in live-documentation of conditional compilation.

0 commit comments

Comments
 (0)