JimmyBeldone / reapt

A complete React Redux starterkit, configured with Webpack, stop wasting time configuring, adopt it and just code
MIT License
4 stars 1 forks source link

Use env variable to use inside config file #2

Closed floross closed 5 years ago

floross commented 6 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.

@see dotenv-extended package @see dotenv-parse-variablespackage @see babel-plugin-transform-inline-environment-variables

For help ;)