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

Faster build #222

Merged
merged 5 commits into from
Dec 3, 2020
Merged

Faster build #222

merged 5 commits into from
Dec 3, 2020

Conversation

Rich-Harris
Copy link
Member

Follow-up to #221. We can run the two snowpack build commands simultaneously, since they're running in separate processes, giving us a nice little speed boost. Additionally, we can start optimizing the client build while the server code is still being transformed.

As a consequence we can't just log things out in sequence, so the logging got a minor facelift:

build

@Rich-Harris Rich-Harris merged commit a29e609 into master Dec 3, 2020
@Rich-Harris Rich-Harris deleted the faster-build branch December 3, 2020 18:43
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

1 participant