-
Some options:
- https://github.com/boltpkg/bolt
- https://github.com/microsoft/rushstack
-
## Summary
When `noEmitOnError` is `true`, and some typescript error occur:
* `heft build` treated some error as warning
* but the compiler do not really emit/update any file
* heft exit with c…
GongT updated
2 years ago
-
In Rush 5.128.2 and beyond (probably from https://github.com/microsoft/rushstack/pull/4752?) the hashes for a project in a rush update never match so the shrinkwrap file always appears out of date.
…
-
Using `dependencies` for plugins in sharable configs for `eslint` is an antipattern. According to [the docs](https://eslint.org/docs/developer-guide/shareable-configs#publishing-a-shareable-config), t…
-
## Problem
The linting ruleset I'm working with has depreciated the use of `null` in favour of `undefined`. I'm constantly running into issues where I need to run a second parser on Prisma results …
-
I'm using node v16.20.2
![image](https://github.com/user-attachments/assets/32c67999-73f6-457d-85f4-4c5ec5a18e75)
This is my package.json.
```bash
{
"name": "XXXX",
"version": "0.0.2",
…
-
## Summary
Rush v5.139.0 breaks incremental building, at least in our project setup. On and above that version, every rush build rebuilds all packages, regardless of changes on the filesystem. …
-
## Summary
Sentry release management is somewhat complicated. It would be nice to have a plugin that does it for you.
## Details
Sentry has a good [Vite](https://www.npmjs.com/package/@sentry…
-
## Summary
According to [https://github.com/microsoft/rushstack/issues/2258#issuecomment-895595035](https://github.com/microsoft/rushstack/issues/2258#issuecomment-895595035)
> Added "project" o…
-
## Summary
If you have a heft project with both the heft-webpack plugin and the node-service plugin configured, when you attempt to run `heft start`, it may or may not fail with an internal error.
…