Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strip internal pages for pagesDir in app edge ssr #40776

Merged
merged 4 commits into from
Sep 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add stats display for app ssr bundle
  • Loading branch information
huozhi committed Sep 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9ef4c88d86516a0318a580ad70f9b97c3801019b
6 changes: 5 additions & 1 deletion test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
@@ -32,9 +32,13 @@ const clientGlobs = [
globs: ['fetched-pages/**/*.html'],
},
{
name: 'Edge SSR Page bundle Size',
name: 'Pages edge SSR bundle Size',
globs: ['.next/server/pages/edge-ssr.js'],
},
{
name: 'App edge SSR bundle Size',
globs: ['.next/server/app/app-edge-ssr/page.js'],
},
huozhi marked this conversation as resolved.
Show resolved Hide resolved
{
name: 'Middleware size',
globs: [