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 224 build issues
Sort by recently updated
recently updated
newest added

Recently a customer shared their netlify.toml with us and we discovered hundreds of redirects like this, which attempt to leverage a `[[context]]`: ``` [[context.release.redirects]] from = "/assets/dist/json/animations/stats-rotator-small.json" to = "/assets/dist/json/animations/stats-rotator-small.json"...

type: bug

**Describe the bug** `git-utils.commits` returns an invalid commit entry in it's commits array when comparing the same `ref`. Most likely this is because there is an empty line in the...

type: bug

I’m not sure where else to report bugs about post-processing asset optimizations, hope here is fine. 🙈 **Describe the bug** I’ve been trying to test version 1.1.0 of `netlify-plugin-inline-critical-css`, which...

type: bug

**Describe the bug** If a site has enabled post-processing in the UI, this fact is not exposed in the config object passed top plugins. This is in contrast to other...

type: bug
feat/build-plugins
never_stale
theme/configuration

**Describe the bug** A `netlify.toml` with a headers section containing the same header repeated more than once will fail to parse, which appears to track the correct behavior. However, if...

type: bug
area: config
area: headers

When a TypeScript function has been transpiled before `zip-it-and-ship-it` starts, it will be present in the functions directory both as a `.ts` and a `.js` file. The current behavior seems...

good first issue

We could allow configurations to be shareable like ESLint does. This could be as simple as adding an `extends` property that points to either a Node.js module name, or to...

enhancement

This is an issue generated by (for-internal-use-only)[github-tools](https://github.com/netlify/github-tools/) ### Description This repository has exceeded the development grace period, and the repo owner must decide if branch protections should be enforced. If...

It has been reported that Build plugins installed in `package.json` do not work with Yarn v3. They show an error message `Plugins must be installed either in the Netlify App...

type: bug
Ecosystem: Dev Foundations

There are several issues in the buildbot related to logs: - [ ] empty lines get removed: https://github.com/netlify/buildbot/issues/595 - [x] logs get truncated: https://github.com/netlify/buildbot/issues/384 - [ ] logs from `@netlify/build`...

type: bug
theme/logs