rsnext/test/integration/production
Shu Ding 074b7e4dcc
Split router utils into smaller modules (#45451)Co-authored-by: Jan Kaifer <jan@kaifer.cz>
This makes sure that the entire module `shared/lib/router/router` isn't
included in the final bundle, by splitting it into smaller utils.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/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`
- [ ]
[e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
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`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

---------

Co-authored-by: Jan Kaifer <jan@kaifer.cz>
2023-02-01 19:03:05 +01:00
..
components Fix dynamic css unloading (#17173) 2020-11-03 05:23:31 +00:00
pages Update flakey test cases (#45290) 2023-01-25 22:55:49 -08:00
public Add CSP to Image Optimization API (#28620) 2021-08-30 16:51:47 +00:00
static Update to latest @vercel/nft and leverage new reason types (#35446) 2022-03-18 21:18:24 +00:00
test Split router utils into smaller modules (#45451)Co-authored-by: Jan Kaifer <jan@kaifer.cz> 2023-02-01 19:03:05 +01:00
info.json Use our static file rendering machanism to serve pages. 2018-01-13 10:36:50 +05:30
next.config.js Add image config for dangerouslyAllowSVG and contentSecurityPolicy (#34431) 2022-02-16 19:28:22 +00:00