ehmicky

Results 372 comments of ehmicky

Should we add this now that zip-it-and-ship-it returns the correct information?

Yes @sw-yx you're right, running plugins in parallel by default is probably a bad idea, for the reasons you mentioned. :( What about this: plugins run serially unless the `plugin.parallel`...

The boolean flag could be a two-value string option too, that works as well. Although in that case it does look like there won't be a third behavior. Could you...

@DavidWells this sounds good. What about merging those two syntaxes: ```js module.exports = function exampleEverythingParallel() { return { // This defaults to an empty array parallel: ['init', 'postbuild'], init: ()...

I like it! :+1: A follow-up question: logs of parallel plugins should be shown in serial and predictable order (as opposed to interleaved). To do that, they have to be...

This is an attempt to summarize some of the problems with this issue for @raeesbhatti and @Benaiah to join in. ### Feature In order to make builds as fast as...

Note: this was resolved by @XhmikosR in https://github.com/netlify/build/pull/4037

This is becoming a bigger problem with Edge handlers. See https://github.com/netlify/build/issues/1895

Hi @bahmutov, Thanks for reaching out on this. The behavior you are describing is the current behavior (although the red color should probably be updated to yellow instead): > Netlify...