I am currently working on a plugin to visualize an app's build life cycle (https://github.com/gabrielcsapo/broccoli-inspector). In order to get the inspector to serve while the build is running it is import to change
|
await watcher.currentBuild; |
to be able to serve middleware while the currentBuild is running.