Closed floross closed 5 years ago
It would be preferable to put sensible information in .env file and to use it in the config via process.env at the compile time.
.env
process.env
@see dotenv-extended package @see dotenv-parse-variablespackage @see babel-plugin-transform-inline-environment-variables
dotenv-extended
dotenv-parse-variables
babel-plugin-transform-inline-environment-variables
For help ;)
It would be preferable to put sensible information in
.env
file and to use it in the config viaprocess.env
at the compile time.@see
dotenv-extended
package @seedotenv-parse-variables
package @seebabel-plugin-transform-inline-environment-variables
For help ;)