ehmicky

Results 372 comments of ehmicky

Some additional information to add to this issue: Node.js actually implements some logic to detect `ENOENT` on Windows. It does so by translating many Windows system error codes to `ENOENT`...

@eduardoboucas What's the latest status of this PR? Should it be closed?

Yes for example, let's say there's a Node.js module named `my-shared-netlify-config` that exports the following `netlify.json`: ```json { "build": { "lifecycle": { "init": "echo init", "build": "echo this does not...

> It's possible for users to achieve this functionality in userland via yml extend

We need this for plugin presets: #370.

Mentioned in https://github.com/f22hd/netlify-plugin-nx-skip-build/issues/1#issuecomment-953186352

Done at https://github.com/netlify/build/pull/1830

Yes, this makes sense, especially your last argument. Thanks for chiming in before we ship this. My only concern would be if some Plugins started to reverse engineer `.netlify/edge-handlers` bundles...

I personally don't have any strong preference either way, so will let @mraerino and @shortdiv chime in. > Also, @ehmicky do we need to resolve the path based on the...

While writing the documentation, the following potential use case was brought up: users might want to debug Edge handlers bundling by viewing the output bundles. This would require knowledge and...