guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

feat: permit extension task ejection #78

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This adds support for ejection of static Chomp.addTask declarations in extensions, specifically in the npm workflow to eject the npm:install task.

Also resolves https://github.com/guybedford/chomp/issues/75.