build icon indicating copy to clipboard operation
build copied to clipboard

Netlify Build (node process) runs the build command, Build Plugins and bundles Netlify Functions. Can be run in Buildbot or locally using Netlify CLI

Results 190 build issues
Sort by recently updated
recently updated
newest added

The `git` utility uses the `git` binary to retrieve some repository information and expose them to Build plugins. In order to unit test this, we are currently targeting a very...

type: chore

**Describe the bug** In the [edge handler deploy plugin](https://github.com/netlify/netlify-plugin-edge-handlers/blob/master/src/index.js#L138) we use `utils.build.failBuild` when a user error occurred. This gets reported in the UI as a `Plugin error`. It seems this...

type: bug

**Describe the bug** Using Netlify Deploys, I'm building some HTML pages using a static site generator. I made sure that produced pages have the right format right after build. But...

type: bug

`@netlify/config` returns a `build.commandOrigin` indicating whether the build command came from the `ui` or from the `config` file. This information is used by `@netlify/build`. Its only effect is to modify...

type: chore

**Which problem is this feature request solving?** When building core plugins (like https://github.com/netlify/netlify-plugin-edge-handlers) it's hard to try out changes in buildbot, because it needs these steps: - cut a release...

type: feature

**Describe the bug** The post-processing of custom 404 pages results in the links to static resources being stripped of their leading `/`, resulting in a broken page. You can see...

type: bug

The `[[plugins]]` returned in the error message (https://github.com/netlify/build/blob/master/packages/build/src/plugins_core/functions/error.js#L71) is treated as markdown and causes the rendered message in the UI to drop one of the brackets, giving incorrect instructions to...

When trying out plugins there is some unnecessary friction for users to test stuff out locally. One of those bits of friction is the requirement to `netlify link` before being...

type: feature

Imagine you are writing a `postDeploy` hook - like Lighthouse or Cypress need to test the deployed site. How would the plugin get the deployed unique url to test?

enhancement
question

Add YAML support **Which problem is this feature request solving?** Complex nested `toml` is painful to write & the syntax can get very verbose. It would be super rad if...

type: feature