refactor: different config loading strategy (#4807)

* move config loading from App.js to bootstrap.js

* remove mergeConfig action

* introduce deepmerge package

* fix: manual init

Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
This commit is contained in:
Vladislav Shkodin
2021-01-13 19:51:45 +02:00
committed by GitHub
parent 9e277ad851
commit 77dd88519f
6 changed files with 60 additions and 90 deletions

View File

@ -31,6 +31,7 @@
"ajv-keywords": "^4.0.0",
"connected-react-router": "^6.8.0",
"copy-text-to-clipboard": "^2.0.0",
"deepmerge": "^4.2.2",
"diacritics": "^1.3.0",
"fuzzy": "^0.1.1",
"gotrue-js": "^0.9.24",