I am writing a custom transformer for pub build
. I would like to turn off compilation of dart files to js during debugging of the transformer to save time. Is it possible?
Currently, my simplified pubspec.yaml
is
name: my_proj
dependencies:
polymer: any
transformers:
- my_proj