We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
preloadBackgroundColor
1 parent 549abfd commit 30df801Copy full SHA for 30df801
client-app/webpack.config.js
@@ -35,6 +35,7 @@ module.exports = (env = {}) => {
35
devServerOpenPage: 'app/',
36
dupePackageCheckExcludes: ['es-abstract', 'tslib'],
37
sourceMaps: 'devOnly',
38
+ preloadBackgroundColor: '#f7931c',
39
// Use React prod mode, primarily to avoid console warnings for react 18
40
reactProdMode: false,
41
// Include custom package for babel transpiling for both packaged and inline use cases.
0 commit comments