Skip to content

Commit

Permalink
Update example build.yaml config (#3647)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Feb 8, 2024
1 parent ad26794 commit f610935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ builders:
resolvingBuilder:
import: "package:example/builder.dart"
builder_factories: ["resolvingBuilder"]
build_extensions: {".dart": [".dart.info.json"]}
build_extensions: {".dart": [".dart.info"]}
build_to: source
auto_apply: root_package
defaults:
Expand Down
2 changes: 1 addition & 1 deletion example/web/index.dart.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Input ID: example|web/index.dart
Member count: 1
Visible libraries: 26
Visible libraries: 27

0 comments on commit f610935

Please sign in to comment.