Skip to content

Commit

Permalink
chore: features v2 flag disabled post testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayteki95 committed Jan 17, 2025
1 parent 2241a66 commit 8d30697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ const defaultFeaturesConfig: FeaturesConfig = {
],
supportSourceTransformV1: true,
supportTransformerProxyV1: true,
upgradedToSourceTransformV2: true,
// upgradedToSourceTransformV2: process.env.UPGRADED_TO_SOURCE_TRANSFORM_V2 === 'true' || false, // redundant but required to show that the default is false
upgradedToSourceTransformV2: process.env.UPGRADED_TO_SOURCE_TRANSFORM_V2 === 'true' || false, // redundant but required to show that the default is false
};

export default defaultFeaturesConfig;

0 comments on commit 8d30697

Please sign in to comment.