Skip to content

Commit

Permalink
Merge pull request #482 from GSA/ss_update-react
Browse files Browse the repository at this point in the history
add staging for fed testing
  • Loading branch information
Sean authored Sep 24, 2020
2 parents 41585e7 + fc498a4 commit c1cba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack/webpack.shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
plugins: [
new DefinePlugin({
ENABLE_GOOGLE_ANALYTICS: BRANCH === 'production',
ENABLE_FED_ANALYTICS: BRANCH === 'production',
ENABLE_FED_ANALYTICS: BRANCH === 'production' || BRANCH === 'staging',
PUBLIC_PATH: JSON.stringify(PUBLIC_PATH),
SITE_CONFIG: JSON.stringify(SITE_CONFIG)
}),
Expand Down

0 comments on commit c1cba5c

Please sign in to comment.