rsnext/test/e2e/app-dir
Shu Ding bad909e4d1
Update page config APIs (#41580)
This PR updates app configurations from `export const config = { ... }`
to be directly exported.

## 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)

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-10-20 02:39:25 +02:00
..
app Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
app-alias BREAKING CHANGE: Remove browsersListForSwc and change default to legacyBrowsers: false (#41529) 2022-10-19 01:38:39 +00:00
app-edge Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
app-prefetch Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
app-rendering Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
app-static Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
app-typescript Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
asset-prefix BREAKING CHANGE: Remove browsersListForSwc and change default to legacyBrowsers: false (#41529) 2022-10-19 01:38:39 +00:00
back-button-download-bug Add vary header to fix incorrectly caching RSC as HTML response (#41479) 2022-10-17 22:34:29 -07:00
next-font Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
root-layout Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
rsc-basic Update page config APIs (#41580) 2022-10-20 02:39:25 +02:00
rsc-errors Mark styled-jsx as client-only package (#41414) 2022-10-19 03:52:33 +00:00
rsc-external Fix global css being marked as side effect free (#41481) 2022-10-17 21:34:47 -07:00
trailingslash BREAKING CHANGE: Remove browsersListForSwc and change default to legacyBrowsers: false (#41529) 2022-10-19 01:38:39 +00:00
with-babel Client component directive: use client (#41333) 2022-10-11 10:26:45 -07:00
app-alias.test.ts Prebundle react for appDir (#41337) 2022-10-18 16:32:23 -07:00
app-edge.test.ts Prebundle react for appDir (#41337) 2022-10-18 16:32:23 -07:00
app-static.test.ts Update RSC detection in minimal mode and fix config collection (#41541) 2022-10-19 21:38:54 +00:00
asset-prefix.test.ts Fix latest experimental react and experimental-edge and unpin test versions (#41200) 2022-10-05 21:27:47 +00:00
back-button-download-bug.test.ts Add vary header to fix incorrectly caching RSC as HTML response (#41479) 2022-10-17 22:34:29 -07:00
index.test.ts Create hash digest for errors in app in production (#41559) 2022-10-19 19:56:55 +02:00
next-font.test.ts App font loader tree shaking (#41384) 2022-10-13 11:26:12 +00:00
prefetching.test.ts Fix prefetching for static app paths (#41398) 2022-10-13 14:44:54 -07:00
rendering.test.ts Fix latest experimental react and experimental-edge and unpin test versions (#41200) 2022-10-05 21:27:47 +00:00
root-layout.test.ts Disable isNavigatingToNewRootLayout (#41457) 2022-10-16 15:41:13 +00:00
rsc-basic.test.ts Prebundle react for appDir (#41337) 2022-10-18 16:32:23 -07:00
rsc-errors.test.ts Mark styled-jsx as client-only package (#41414) 2022-10-19 03:52:33 +00:00
rsc-external.test.ts Prebundle react for appDir (#41337) 2022-10-18 16:32:23 -07:00
trailingslash.test.ts Fix latest experimental react and experimental-edge and unpin test versions (#41200) 2022-10-05 21:27:47 +00:00
vercel-analytics.test.ts Fix latest experimental react and experimental-edge and unpin test versions (#41200) 2022-10-05 21:27:47 +00:00
with-babel.test.ts Fix latest experimental react and experimental-edge and unpin test versions (#41200) 2022-10-05 21:27:47 +00:00