rsnext/packages/next-swc/crates/next-dev-tests/tests
Tobias Koppers 6be8c59075
app dir fixes (#48025)
### What?

* fix app dir chunking
* fix app dir 404s
* improve app dir performance
* rerender shadowportal on errors to re-add nextjs-portal to avoid empty
page
* inject polyfills before user code
* fix manifest generation

see also https://github.com/vercel/turbo/pull/4488

### Why?

App dir was very slow and lead to 404 errors

### How?

add included metadata to chunks to allow deduplicate chunk loads at
runtime
2023-04-17 17:58:33 +02:00
..
integration provide the PORT env var based on server port, update turbopack (#48347) 2023-04-14 23:04:14 +02:00
integration.rs app dir fixes (#48025) 2023-04-17 17:58:33 +02:00
package.json re-enable next-dev-tests (#47087) 2023-03-14 16:05:19 +01:00
tsconfig.json Export __N_SSG and __N_SSP from the error component (vercel/turbo#3574) 2023-02-07 09:39:49 +00:00