Commit f55697e
authored
fix(build): Build bundles in parallel (#4678)
This parallelizes our top-level `build:bundle` yarn script, in order to make it run faster. Because so much of the total time is spent on one package (`@sentry/integrations`, which currently produces 24 bundles to every other package's max 4 bundles), the time savings isn't earth-shattering, but it does run 20-30% faster in my informal tests.1 parent f715e87 commit f55697e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments