Closed natebosch closed 6 years ago
(Oh, you actually meant literally the $default
target.)
Thanks!
cc @kevmoo @mk13
(Oh, you actually meant literally the
$default
target.)
Yeah $default
is the easiest way to get it. I could have used pageloader
instead, or even pageloader:pageloader
. They are all end up the same in the end, the overall target is pageloader:pageloader
.
A target with the default name is supposed to be required by
build_config
but the check was missing.See https://github.com/dart-lang/build/issues/1426