separated bugsnag token

This commit is contained in:
Jori Lallo
2017-10-15 16:37:10 -07:00
parent 53d9e221a5
commit d4dc6f2a28
3 changed files with 6 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ const definePlugin = new webpack.DefinePlugin({
SLACK_REDIRECT_URI: JSON.stringify(process.env.SLACK_REDIRECT_URI),
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'),
});