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

Use --build #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

RA80533
Copy link
Contributor

@RA80533 RA80533 commented Mar 31, 2021

Comparison

0f7f007 (master)

$ rm -rf dist/
$ time yarn build
yarn run v1.22.10
[…]

real    0m1.201s
user    0m1.737s
sys     0m0.159s
$ time yarn build
yarn run v1.22.10
[…]

real    0m1.226s
user    0m1.775s
sys     0m0.163s

06c3a1e

$ rm -rf dist/
$ time yarn build
yarn run v1.22.10
[…]

real    0m1.203s
user    0m1.739s
sys     0m0.158s
$ time yarn build
yarn run v1.22.10
[…]

real    0m0.425s
user    0m0.320s
sys     0m0.091s
  • real 0m1.226s (before)
  • real 0m0.425s (now)

Subsequent builds are now ~200% faster.

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.

1 participant