build
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
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"...
**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...
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...
**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...
**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...
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...
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...
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...
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`...