broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

feature request: allow promise as entrypoint for Brocfile.js #485

Closed lifeart closed 2 years ago

lifeart commented 2 years ago

use case: we need to request some side things to resolve build files and folders, and it will be nice to have this ability before build, not inside broccoli plugin with side-effect