Adding support for optional frontend config.

Dropdown network selector is hidden by default, and enabled using config.
fixes #79
This commit is contained in:
softsimon
2020-06-22 22:10:49 +07:00
parent 68cff33ce2
commit b2889abfa9
11 changed files with 86 additions and 12 deletions

View File

@@ -30,7 +30,9 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [
"generated-config.js"
]
},
"configurations": {
"production": {