rsnext/test
David Goguen a0749a5103
feat(image): add support for custom loaderFile when loader: default (#53417)
Image Optimization API currently does not work if a custom loaderFile is specified in next.config.js, even if loader is explicitly set to 'default', because it is currently being overridden to 'custom' simply because a loaderFile is specified. This is unnecessary and causing the Image Optimization API routes not to be initialized since the change to the config happens before the routes are initialized.

[Sandbox Reproduction](https://codesandbox.io/p/sandbox/purple-pine-t7hhgl?file=%2Fimage-loader.js%3A8%2C1)

- Fixes #53415
2023-08-18 20:05:17 +00:00
..
.stats-app chore: update to pnpm@8.6.11 (#50923) 2023-08-04 19:40:20 +00:00
__mocks__ [edge] bump @edge-runtime/* package suite (#49092) 2023-05-31 08:03:20 +00:00
development fix: invalid module transform for @headlessui/react (#54206) 2023-08-18 10:33:33 +00:00
e2e Add default not found to loader tree of group routes root layer (#54228) 2023-08-18 16:56:55 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration feat(image): add support for custom loaderFile when loader: default (#53417) 2023-08-18 20:05:17 +00:00
lib fix bfcache restoration behavior (#54198) 2023-08-18 00:05:26 +02:00
production fix process.env not being available in standalone mode (#54203) 2023-08-18 16:04:48 +02:00
unit fix(edge): override init when cloning with NextRequest (#54108) 2023-08-16 18:54:35 +00:00
.gitignore ci(workflow): enable test trace upload (#51107) 2023-06-12 17:14:13 +00:00
jest-setup-after-env.ts type check tests (and convert next-test-utils.js to ts) (#51071) 2023-06-23 17:42:50 +00:00
jest.d.ts refactor smooth scroll bailout logic in app navigations (#53186) 2023-07-27 14:39:51 +00:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt
turbopack-tests-manifest.js enable more test cases for next.rs api (#53670) 2023-08-07 15:17:23 +02:00

See Testing for more information on how you can run/write/debug tests for Next.js.