Skip to content

Commit

Permalink
Add build configuration for speeding up code-generation with Freezed
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed May 30, 2024
1 parent b01431c commit ee8d7d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
targets:
$default:
builders:
freezed:
options:
# Tells Freezed not to format .freezed.dart files.
# This can significantly speed up code-generation.
format: false

0 comments on commit ee8d7d6

Please sign in to comment.