Conversation
|
Notifying the following users due to files changed in this PR based on this repo's notify modifiers: @timneutkens, @ijjk, @shuding, @huozhi: |
Stats from current PR🟢 1 improvement
📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **432 kB** → **432 kB** ✅ -32 B82 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
📝 Changed Files (24 files)Files with changes:
View diffsapp-page-exp..ntime.dev.jsDiff too large to display app-page-exp..time.prod.jsDiff too large to display app-page-tur..ntime.dev.jsDiff too large to display app-page-tur..time.prod.jsDiff too large to display app-page-tur..ntime.dev.jsDiff too large to display app-page-tur..time.prod.jsDiff too large to display app-page.runtime.dev.jsDiff too large to display app-page.runtime.prod.jsDiff too large to display app-route-ex..ntime.dev.jsDiff too large to display app-route-ex..time.prod.jsDiff too large to display app-route-tu..ntime.dev.jsDiff too large to display app-route-tu..time.prod.jsDiff too large to display app-route-tu..ntime.dev.jsDiff too large to display app-route-tu..time.prod.jsDiff too large to display app-route.runtime.dev.jsDiff too large to display app-route.ru..time.prod.jsDiff too large to display pages-api-tu..ntime.dev.jsDiff too large to display pages-api-tu..time.prod.jsDiff too large to display pages-api.runtime.dev.jsDiff too large to display pages-api.ru..time.prod.jsDiff too large to display pages-turbo...ntime.dev.jsDiff too large to display pages-turbo...time.prod.jsDiff too large to display pages.runtime.dev.jsDiff too large to display pages.runtime.prod.jsDiff too large to display |
| config.deploymentId || process.env.NEXT_DEPLOYMENT_ID | ||
| ) | ||
| const staticEnv = getStaticEnv(config, deploymentId) | ||
| const staticEnv = getStaticEnv(config, config.deploymentId) |
There was a problem hiding this comment.
| dev: false, | ||
| deploymentId: evaluateDeploymentId(config.deploymentId), | ||
| runtimeServerDeploymentId: config.experimental.runtimeServerDeploymentId, | ||
| deploymentId: config.deploymentId, |
| worker.exportPages({ | ||
| buildId, | ||
| deploymentId: evaluateDeploymentId(nextConfig.deploymentId) || '', | ||
| deploymentId: nextConfig.deploymentId, |
There was a problem hiding this comment.
| deploymentId: evaluateDeploymentId(nextConfig.deploymentId), | ||
| runtimeServerDeploymentId: | ||
| nextConfig.experimental.runtimeServerDeploymentId, | ||
| deploymentId: nextConfig.deploymentId, |
| // need to populate in normal runtime env | ||
| if (isCompileMode || isGenerateMode) { | ||
| populateStaticEnv(config, config.deploymentId || '') | ||
| populateStaticEnv(config, config.deploymentId) |
| buildId, | ||
| locales: config.i18n?.locales, | ||
| deploymentId: evaluateDeploymentId(config.deploymentId), | ||
| deploymentId: config.deploymentId, |
| buildId, | ||
| dev, | ||
| deploymentId: evaluateDeploymentId(config.deploymentId), | ||
| deploymentId: config.deploymentId, |
Reverts #88496
This is broken according to @mischnic. We can try to reland after we get deployment tests running. They've been broken for a while and we haven't synced for too long now.