Skip to content

Commit

Permalink
feat: add flag moveAllToComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Mar 14, 2024
1 parent 3c9b5d9 commit 78ec006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Optimizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class Optimizer {
reuseComponents: true,
removeComponents: true,
moveAllToComponents: true,
moveDuplicatesToComponents: true,
moveDuplicatesToComponents: false, // there is no need to move duplicates if `moveAllToComponents` is true
},
output: Output.YAML,
}
Expand Down

0 comments on commit 78ec006

Please sign in to comment.