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: Disable Babelrc and Swcrc by default #51

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

With the new SWC initialization, inline configuration could be preferable to rc-based configuration since it can be managed within Chomp and avoids extra out-of-bound concerns.

Also adds support for Chomp.registerTask and resolves #52.