Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
works on node
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Sebastian <sebasjm@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These don't seem to be the right location to compile packages.
The newest version of pnpm runs all those scripts on "pnpm install",
even if we filter for only one package. That results in a build
performance issue.
|
|
|
|
Fixes #7703
|
|
|
|
|
|
|
|
|
|
We can just use NODE_OPTIONS=--enable-source-maps now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|