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
### Which problem is this feature request solving? There are a number of missing build tools from framework-info ### Describe the solution you'd like Add: - preact-cli - webpack -...
### Describe the bug Even though `netlify build` and `npm run build` works locally, the Netlify build fails in production when pushing a website that is prerendering, using the `sharp`...
### Describe the bug I'm using the package to create sites programmatically from a nuxt.js app and I'm getting this error: ` TypeError: (0 , import_module.createRequire) is not a function...
Currently tsc randomly fails on macOS. I found this: https://github.com/microsoft/TypeScript/issues/51335#issuecomment-1294225390 but that would only work if we can reproduce locally.
This dependency is not needed for creating a temp directory as node can do that: ```typescript import { tmpName } from 'tmp-promise' const path = await tmpName({ template: 'netlify-test-socket-XXXXXX' })...
### Describe the bug `cache.save` omits directories with no 'leaf' files (that is any directory or multiple levels of directory which have not files at the bottom (empty dirs and...
Currently, the deploy logs point to the legacy plugins page for managing outdated build-plugins. This needs to be updated to point towards either the build settings for runtimes, or the...
### Describe the bug `@netlify/framework-info` is not detecting Gatsby if the project is in TypeScript. ### Steps to reproduce 1. Clone this repo https://github.com/SevenOutman/netlify-framework-info-gatsby-ts-repro 2. Run `npm install` 3. Run...
### Describe the bug `netlify build` doest not install dependencies and fails ### Steps to reproduce ``` ~/dev/projects/momo/momo-website on main ⌚ 13:53:46 $ netlify build Netlify Build ────────────────────────────────────────────────────────────────...
https://github.com/netlify/build/issues/4553 #### Summary Fixes # --- For us to review and ship your PR efficiently, please perform the following steps: - [x] Open a [bug/issue](https://github.com/netlify/build/issues/new/choose) before writing your code 🧑💻....