rsnext/test/.stats-app/package.json
Jiachi Liu cbfab2a3b7
Strip internal pages for pagesDir in app edge ssr (#40776)
For app edge SSR, we don't need any internal pages for it since it's
handled by app-renderer. This results around reducing 20KB from app edge
SSR

# Changes
* Strip those internal pages modules when it's in app edge SSR
* Minimize edge SSR chunk to see the tree-shake result
* Add bundle analyzer with switcher in stats-app for testing. Using
`TEST_ANAYLYSE=1` to build stats-app for testing
2022-09-21 17:18:18 -07:00

10 lines
173 B
JSON

{
"name": "stats-app",
"private": true,
"license": "MIT",
"dependencies": {
"next": "latest",
"react": "experimental",
"react-dom": "experimental"
}
}