@mbsks/rspfx-diagnostics 0.0.14 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mbsks/rspfx-diagnostics
|
|
2
2
|
|
|
3
|
-
Diagnostics for [RSPFX](https://github.com/master8848/rspfx) — an SPFx-compatible build toolchain
|
|
3
|
+
Diagnostics for [RSPFX](https://github.com/master8848/rspfx) — an SPFx-compatible build toolchain. Replaces Heft + webpack + gulp. Works with Vite, Rsbuild, and Rspack.
|
|
4
4
|
|
|
5
5
|
Structured logging, typed errors, benchmarks, and formatting helpers shared across the toolchain and CLI.
|
|
6
6
|
|
|
@@ -40,5 +40,6 @@ console.log(formatBytes(1_500_000)); // "1.4 MB"
|
|
|
40
40
|
|
|
41
41
|
## Links
|
|
42
42
|
|
|
43
|
-
- [
|
|
43
|
+
- [Documentation](https://rspfx.mbsks.me) — [Getting Started](https://rspfx.mbsks.me/docs/getting-started)
|
|
44
|
+
- [GitHub](https://github.com/master8848/rspfx)
|
|
44
45
|
- License: MIT
|