Skip to content

Commit

Permalink
refactor(compiler): Enable Template Pipeline globally in 1P.
Browse files Browse the repository at this point in the history
The switch/index.ts file only affects g3; externally, it is replaced with a Blaze genrule.
  • Loading branch information
dylhunn committed Feb 14, 2024
1 parent 981c28c commit 356a212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compiler/src/template/pipeline/switch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
// `USE_TEMPLATE_PIPELINE` constant instead. In 1P builds, this file is read directly.

/**
* Whether the prototype template pipeline should be enabled.
* Whether the prototype template pipeline should be enabled in 1P.
*/
export const USE_TEMPLATE_PIPELINE: boolean = false;
export const USE_TEMPLATE_PIPELINE: boolean = true;

0 comments on commit 356a212

Please sign in to comment.