ehmicky

Results 372 comments of ehmicky

Hi @bencao, Thanks! :tada: One note though: `utils.functions.listAll()` can throw for other reasons than the functions folder not existing: https://github.com/bencao/netlify-plugin-inline-functions-env/blob/master/index.js#L35-L41 https://github.com/netlify/build/blob/master/packages/functions-utils/src/main.js#L60-L70 Notably, `utils.functions.listAll()` throws if a Function file is requiring...

Good point! Actually, I'll even say plugins should not have to add any error handling since this utility is provided by Netlify. Checking the code, it looks like those errors...

Sorry, my bad: this was a different repository (which is private) that was using this plugin. They ran into the out-of-memory error above. Do you know what might be the...

Another error happened which might be also due to out of memory. The process crashed while running this plugin: ``` 8:37:45 AM: Build ready to start 8:37:47 AM: build-image version:...

I understand, thanks for explaining the reason behind this. I do think this is a limitation in the current hooking system that should be documented. A workaround I am doing...

Yes exactly. Thanks for your help, I am going to close this issue as this probably won't be fixed. However thanks for checking it out. I am also going to...

Hi @cfq, This makes sense. Would you be interested in sending a PR to add support for this? Thanks!

Thanks! Please let me know if you need any help :pray: