rsnext/packages/next/build/analysis
Damien Simonin Feugas 977ff52472
fix(#37106): middleware can not be loaded from src folder (#37428)
## Bug
fixes #37106

Please note that, as for `pages/` the `src/middleware` file is ignored when `/middleware` is present.

## How to test

1. Rebuild next.js `pnpm build`
2. Run dedicated tests: `pnpm testheadless --testPathPattern middleware-src/`
2022-06-08 14:10:05 +00:00
..
extract-const-value.ts Allow Middleware to set its matcher (#37177) 2022-06-03 16:35:44 +00:00
get-page-static-info.ts fix(#37106): middleware can not be loaded from src folder (#37428) 2022-06-08 14:10:05 +00:00
parse-module.ts Extract and refactor getPageStaticInfo (#37062) 2022-05-20 14:24:00 +02:00