-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
closed-not-plannedClosed as we don't intend to take action on the reported issueClosed as we don't intend to take action on the reported issue
Description
I have written a pub transformer that packages a dart application as a snapshot for use in a particular embedding. My pubspec contains:
transformers:
- my_transformer
# Stop dart2js from running
- $dart2js:
$exclude: "**.dart"
because otherwise dart2js will try to run against all my code.
I have to invoke pub build --all because without --all I get an error:
Your package must have a "web" directory,
or you must specify the source directories.
Metadata
Metadata
Assignees
Labels
closed-not-plannedClosed as we don't intend to take action on the reported issueClosed as we don't intend to take action on the reported issue