Skip to content

Commit 30df801

Browse files
committed
Spec a (very visible) preloadBackgroundColor
1 parent 549abfd commit 30df801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client-app/webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module.exports = (env = {}) => {
3535
devServerOpenPage: 'app/',
3636
dupePackageCheckExcludes: ['es-abstract', 'tslib'],
3737
sourceMaps: 'devOnly',
38+
preloadBackgroundColor: '#f7931c',
3839
// Use React prod mode, primarily to avoid console warnings for react 18
3940
reactProdMode: false,
4041
// Include custom package for babel transpiling for both packaged and inline use cases.

0 commit comments

Comments
 (0)