When we create a build.yaml
for dart builders we can specify sources
which will be used by builder(s).
targets:
$default:
sources:
- lib/src/graphql/**
- lib/schema.graphql
builders:
...
But then the error is coming:
The missing sources are:
- lib/$lib$
So the question is why these sources are required and what they contain?