[MM-46533] Remove buildConfig item and add webpack flags for onboarding screens and GPU acceleration (#2241)

* [MM-46533] Remove buildConfig item and add webpack flags for onboarding screens and GPU acceleration

* REVERT ME

* Use contexts instead

* Revert "REVERT ME"

This reverts commit 1e75779623f1c5eb2ce3a64e0c39cd4a8cf7ada7.
This commit is contained in:
Devin Binnie
2022-08-25 10:58:06 -04:00
committed by GitHub
parent 461ebfebf4
commit f58a4b1826
11 changed files with 28 additions and 20 deletions

View File

@@ -100,7 +100,8 @@
"__HASH_VERSION__": "5.0.0",
"__CAN_UPGRADE__": false,
"__IS_NIGHTLY_BUILD__": false,
"__IS_MAC_APP_STORE__": false
"__IS_MAC_APP_STORE__": false,
"__DISABLE_GPU__": false
},
"setupFiles": [
"./src/jestSetup.js"