ember-cli / broccoli-builder

MIT License
1 stars 10 forks source link

Use __broccoliGetInfo__() to get plugin/node name/label #27

Closed oligriffiths closed 6 years ago

oligriffiths commented 6 years ago

Using the __broccoliGetInfo__() allows the node name to be more descriptive, this includes annotations for anything that extends broccoli-plugin https://github.com/broccolijs/broccoli-plugin/blob/a41e4c9e2ea1b3b0cfbef17248c427aa3774e192/index.js#L55

E.g:

For a simple build:

image

vs

image

or

image

vs the older: image