@rsdoctor/rspack-plugin 0.4.6 → 0.4.8
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 +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ This Rsdoctor plugin is an analysis plugin for the Rspack builder.
|
|
|
11
11
|
|
|
12
12
|
## Note
|
|
13
13
|
|
|
14
|
-
This plugin is used by the `Rspack` repo to open Rsdoctor, [
|
|
14
|
+
This plugin is used by the `Rspack` repo to open Rsdoctor, [Quick Start](https://rsdoctor.dev/guide/start/quick-start).
|
|
15
15
|
|
|
16
16
|
Initialize the RsdoctorRspackPlugin in the [plugins](https://www.rspack.dev/config/plugins.html#plugins) of `rspack.config.js`:
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/rspack-plugin",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"lodash": "^4.17.21",
|
|
17
|
-
"@rsdoctor/core": "0.4.
|
|
18
|
-
"@rsdoctor/graph": "0.4.
|
|
19
|
-
"@rsdoctor/sdk": "0.4.
|
|
20
|
-
"@rsdoctor/utils": "0.4.
|
|
21
|
-
"@rsdoctor/types": "0.4.
|
|
17
|
+
"@rsdoctor/core": "0.4.8",
|
|
18
|
+
"@rsdoctor/graph": "0.4.8",
|
|
19
|
+
"@rsdoctor/sdk": "0.4.8",
|
|
20
|
+
"@rsdoctor/utils": "0.4.8",
|
|
21
|
+
"@rsdoctor/types": "0.4.8"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@rspack/core": "0.
|
|
25
|
-
"@types/lodash": "^4.17.
|
|
24
|
+
"@rspack/core": "1.0.11",
|
|
25
|
+
"@types/lodash": "^4.17.10",
|
|
26
26
|
"@types/node": "^16",
|
|
27
27
|
"@types/tapable": "2.2.7",
|
|
28
28
|
"tslib": "2.7.0",
|