This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Commit fa24bc6
build: avoid use of ts-node wrapper script as it breaks child process forking
`ts-node` spawns a custom node launcher script and has a brotli-base64
encoded configuration that will point to the user-provided entry-point.
This breaks child process forking as we wouldn't be able to specify our
custom build worker and basically `ng-dev` would run inside `ng-dev`
again.
(cherry picked from commit c5b6b34)1 parent e459a18 commit fa24bc6
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4117 | 4117 | | |
4118 | 4118 | | |
4119 | 4119 | | |
| 4120 | + | |
| 4121 | + | |
| 4122 | + | |
| 4123 | + | |
| 4124 | + | |
| 4125 | + | |
| 4126 | + | |
4120 | 4127 | | |
4121 | 4128 | | |
4122 | 4129 | | |
4123 | 4130 | | |
4124 | 4131 | | |
4125 | 4132 | | |
4126 | 4133 | | |
4127 | | - | |
| 4134 | + | |
4128 | 4135 | | |
4129 | 4136 | | |
4130 | 4137 | | |
| |||
0 commit comments