@rsdoctor/client 0.1.0-beta → 0.1.1
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @rsdoctor/components
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
## 0.1.0
|
|
6
|
+
|
|
7
|
+
### Minor Changes
|
|
8
|
+
|
|
9
|
+
- e1ac5e7: release: 0.1.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- ab32629: feat(client): add module anaysis components
|
|
14
|
+
- ca92633: Optimize(client): optimize ui client
|
|
15
|
+
- b88d156: feat(platform): report platform add bundle size page
|
|
16
|
+
- 96d0d68: Rsdoctor report platform add overall page (close: #25)
|
|
17
|
+
- 612eefd: feat(client): add timeline chart & loader analysis page
|
|
18
|
+
- d8bc40e: feat(client): add resolve & loader & plugin pages
|
|
19
|
+
- 0e3abb7: feat(bundle): rspack mode add bundle analysis by rspack's hooks and add rules scan.
|
|
20
|
+
- fc01584: refactor(client): migrate build tool to Rsbuild
|
|
21
|
+
|
|
3
22
|
## 0.1.0-beta
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
# Rsdoctor
|
|
1
|
+
# Rsdoctor Client
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This package is the Rsdoctor reporting platform.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## features
|
|
6
|
+
|
|
7
|
+
- Rsdoctor is a one-stop tool for diagnosing and analyzing the build process and build artifacts.
|
|
8
|
+
- Rsdoctor is a tool that supports Webpack and Rspack build analysis.
|
|
9
|
+
- Rsdoctor is an analysis tool that can display the time-consuming and behavioral details of the compilation.
|
|
10
|
+
- Rsdoctor is a tool that provides bundle Diff and other anti-degradation capabilities simultaneously.
|
|
6
11
|
|
|
7
12
|
## Documentation
|
|
8
13
|
|
|
14
|
+
https://rsdoctor.dev/
|
|
15
|
+
|
|
9
16
|
## Contributing
|
|
10
17
|
|
|
11
18
|
Please read the [Contributing Guide](https://github.com/web-infra-dev/rsdoctor/blob/main/CONTRIBUTING.md).
|
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html><head><title>Rsdoctor</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="/resource/js/402.e1518c27.js"></script><script defer="defer" src="/resource/js/222.61269654.js"></script><script defer="defer" src="/resource/js/927.3d0c60f8.js"></script><script defer="defer" src="/resource/js/index.
|
|
1
|
+
<!doctype html><html><head><title>Rsdoctor</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="/resource/js/402.e1518c27.js"></script><script defer="defer" src="/resource/js/222.61269654.js"></script><script defer="defer" src="/resource/js/927.3d0c60f8.js"></script><script defer="defer" src="/resource/js/index.c674f859.js"></script><link href="/resource/css/927.cd185e57.css" rel="stylesheet"><link href="/resource/css/index.261ebd32.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|