rsnext/test/.stats-app
Hannes Bornö a105515766
Create root layout (#41523)
Creates a root layout if it is missing in DEV when building the page in
`next-app-loader`. If the page is in a route group, the layout will be
created there. Otherwise it will create a layout directly under `/app`.

Breaks the build if a page is found that's missing a root layout.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2022-10-23 00:39:30 -07:00
..
app Create root layout (#41523) 2022-10-23 00:39:30 -07:00
components Add additional stats app pages (#27202) 2021-07-16 12:13:04 -05:00
pages Update bench options in stats-config (#41432) 2022-10-14 18:17:45 -07:00
middleware.js Add middleware size stats (#37519) 2022-06-07 17:05:48 +00:00
next.config.js Prebundle react for appDir (#41337) 2022-10-18 16:32:23 -07:00
package.json Update to handle correct react version with app (#41658) 2022-10-22 13:29:00 -07:00
stats-config.js Enable swcMinify by default (#41506) 2022-10-17 23:33:04 -07:00