Closed
Description
Feature request
Add a "pre-ready" init
hook for plugins which exectues before everything else in the build
step.
What problem does this feature solve?
This one. In short, it lets the user execute as many tasks as necessary before the body of the build begins, thereby no longer needing to run build
twice because right now the build task speeds past the MD generation process.
What does the proposed API look like?
module.exports = {
init () {
console.log("Initializing MD pre-processing");
//...
How should this be implemented in your opinion?
Same way as ready
.
Are you willing to work on this yourself?
This is being bountied on Gitcoin.