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

Commit fc498a4

Browse files
author
Sean Stares
committed
add staging for fed testing
1 parent a1c6ec2 commit fc498a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)