Configuration.md
March 19, 2020 ยท View on GitHub
Configuration
The file src/app/config.js gathers the common configuration and the environment specific configuration which is selected by defining the variable NODE_ENV to production, development, uat etc ...
The NODE_ENV variable is injected through the webpack plugin DefinePlugin.