Skip to content

Commit

Permalink
Use a feature flag instead of a an argument for content hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
elthariel committed Apr 7, 2023
1 parent 47e163d commit 5323bbe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,8 @@ Optional = true
Inherit = true

[PluginConfig "feature_flags"]
WheelHashing = true
ContentHashing = false
DefaultValue = ""
Repeatable = true
Optional = true
Inherit = true
Help = Flags to enable in-development features, or toggle breaking changes

0 comments on commit 5323bbe

Please sign in to comment.