Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit c1cba5c

Browse files
author
Sean
authored
Merge pull request #482 from GSA/ss_update-react
add staging for fed testing
2 parents 41585e7 + fc498a4 commit c1cba5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/webpack/webpack.shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
plugins: [
5353
new DefinePlugin({
5454
ENABLE_GOOGLE_ANALYTICS: BRANCH === 'production',
55-
ENABLE_FED_ANALYTICS: BRANCH === 'production',
55+
ENABLE_FED_ANALYTICS: BRANCH === 'production' || BRANCH === 'staging',
5656
PUBLIC_PATH: JSON.stringify(PUBLIC_PATH),
5757
SITE_CONFIG: JSON.stringify(SITE_CONFIG)
5858
}),

0 commit comments

Comments
 (0)