Webpack can be configured to pass environment variables to the frontend during the build process. http://stackoverflow.com/questions/30030031/passing-environment-dependent-variables-in-webpack Should be used to pass: - [x] NODE_ENV - [x] GOOGLE_ANALYTICS
Webpack can be configured to pass environment variables to the frontend during the build process.
http://stackoverflow.com/questions/30030031/passing-environment-dependent-variables-in-webpack
Should be used to pass: