source-map-unpack icon indicating copy to clipboard operation
source-map-unpack copied to clipboard

Use `--build`

Open RA80533 opened this issue 4 years ago • 0 comments

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.

RA80533 avatar Mar 31 '21 02:03 RA80533