rsnext/test/.stats-app
Jiachi Liu f5a89eb00a
Dont apply existing externals path changing to rsc layers (#41744)
We have existing rule for pages ssr that `next/dist/server` and
`next/dist/shared` will not be bundled, but we shouldn't apply it to rsc
layers since the they should bundle the dependencies in their own way.

Adding a test that using `next/head` in the page, since head is exported
from `next/dist/shared`, expect the page is not broken but we don't
expect it's working

## Bug

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`
2022-10-24 18:00:44 -07:00
..
app Create root layout (#41523) 2022-10-23 00:39:30 -07:00
components Add additional stats app pages (#27202) 2021-07-16 12:13:04 -05:00
pages Update bench options in stats-config (#41432) 2022-10-14 18:17:45 -07:00
middleware.js Add middleware size stats (#37519) 2022-06-07 17:05:48 +00:00
next.config.js Dont apply existing externals path changing to rsc layers (#41744) 2022-10-24 18:00:44 -07:00
package.json Update precompiled react to next channel (#41708) 2022-10-24 00:31:52 -07:00
stats-config.js Enable swcMinify by default (#41506) 2022-10-17 23:33:04 -07:00