We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251168e commit 7d33d28Copy full SHA for 7d33d28
polling-app-client/config-overrides.js
@@ -9,6 +9,7 @@ module.exports = function override(config, env) {
9
"@layout-header-background": "#FFFFFF",
10
"@layout-footer-background": "#FFFFFF"
11
},
12
+ javascriptEnabled: true
13
})(config, env);
14
return config;
15
};
0 commit comments