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

add reporting of console messages #5494

Merged
merged 5 commits into from
Jul 12, 2023
Merged

add reporting of console messages #5494

merged 5 commits into from
Jul 12, 2023

Conversation

sokra
Copy link
Member

@sokra sokra commented Jul 11, 2023

Description

report metrics for the number of console output in the browser

@vercel
Copy link

vercel bot commented Jul 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jul 11, 2023 4:14pm
10 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-cra-web ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2023 4:14pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Jul 11, 2023 4:14pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2023 4:14pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2023 4:14pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2023 4:14pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Jul 11, 2023 4:14pm
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2023 4:14pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2023 4:14pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2023 4:14pm
turbo-site ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2023 4:14pm

@github-actions
Copy link
Contributor

github-actions bot commented Jul 11, 2023

🟢 CI successful 🟢

Thanks

@sokra sokra merged commit e7b5131 into main Jul 12, 2023
46 checks passed
@sokra sokra deleted the sokra/devlow-log branch July 12, 2023 06:20
sokra pushed a commit to vercel/next.js that referenced this pull request Jul 12, 2023
This PR adds proof-of-concept support for the App Router to `next build
--experimental-turbo`.

It introduces a new way to generate Next.js manifests in Turbopack.
Currently, in dev, we pass proxy objects in lieu of manifests, and rely
on the entries to know which chunks they need loaded on the client.
However, this can't work for builds because it requires control over
Next.js rendering, which is not compatible with a Next->Turbo approach.
We would need to modify Next.js to support these "lazy" entries. So for
now, we add well-known assets (`NextDynamicAsset`,
`NextServerComponentAsset`, `NextClientReferenceAsset`, etc.) to the
graph, which will get picked up when walking it during asset processing.
This lets us collect all possible entries before chunking.

This two-step process (collecting all entries, then chunking them) is
also a good first step towards production chunking.

## Turbopack updates

* vercel/turbo#5494 <!-- Tobias Koppers - add
reporting of console messages -->
* vercel/turbo#5448 <!-- Alex Kirszenberg -
Misc. changes to support App Router build -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants