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

Correcting the webpack function introduction #58663

Merged
merged 3 commits into from
Dec 2, 2023
Merged

Correcting the webpack function introduction #58663

merged 3 commits into from
Dec 2, 2023

Conversation

zce
Copy link
Contributor

@zce zce commented Nov 20, 2023

The webpack function is executed three times, twice for the server (nodejs / edge runtime) and once for the client.

await webpackBuild(['server']).then((res) => {

await webpackBuild(['edge-server']).then((res) => {

await webpackBuild(['client']).then((res) => {

@zce zce requested review from a team as code owners November 20, 2023 03:33
@zce zce requested review from jh3y and molebox and removed request for a team November 20, 2023 03:33
@huozhi huozhi added the CI approved Approve running CI for fork label Dec 2, 2023
@huozhi huozhi enabled auto-merge (squash) December 2, 2023 08:35
@huozhi huozhi merged commit ba23d98 into vercel:canary Dec 2, 2023
31 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI approved Approve running CI for fork locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants