simonihmig / ember-cli-bundle-analyzer

Analyze the size and contents of your Ember app's bundles
MIT License
99 stars 2 forks source link

Middleware error for first request #2

Closed simonihmig closed 6 years ago

simonihmig commented 7 years ago

We run into https://github.com/broccolijs/broccoli/blob/master/lib/middleware.js#L27 for the first request, while the stats-build is running. watcher.currentBuild is null, although watcher.start() has been called before, not sure why!? (async/race condition?)