We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3896 commit 4be2308Copy full SHA for 4be2308
src/utils/configs.js
@@ -67,6 +67,13 @@ if (window.APP_CONFIG) {
67
}
68
} else {
69
configs.APP_CONFIG = {
70
+ features: {}
71
+ };
72
+}
73
+
74
+configs.APP_CONFIG = {
75
+ ...configs.APP_CONFIG,
76
+ ...{
77
features: {
78
bitecs_loader: true,
79
addons_config: {
@@ -75,8 +82,8 @@ if (window.APP_CONFIG) {
82
"hubs-duck-addon": { enabled: true }
83
84
- };
-}
85
+ }
86
+};
80
87
81
88
const isLocalDevelopment = process.env.NODE_ENV === "development";
89
0 commit comments