Insert ga tags in app

This commit is contained in:
Tom Moor
2017-11-09 00:17:55 -08:00
parent 7bad7a2567
commit b08e34d578
6 changed files with 30 additions and 32 deletions

View File

@ -14,7 +14,7 @@ const definePlugin = new webpack.DefinePlugin({
SLACK_KEY: JSON.stringify(process.env.SLACK_KEY),
BASE_URL: JSON.stringify(process.env.URL),
BUGSNAG_KEY: JSON.stringify(process.env.BUGSNAG_KEY),
DEPLOYMENT: JSON.stringify(process.env.DEPLOYMENT || 'hosted'),
DEPLOYMENT: JSON.stringify(process.env.DEPLOYMENT || 'hosted')
});
module.exports = {