@rsdoctor/docs 0.1.9-beta.1 → 0.1.10
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.
|
@@ -7,9 +7,12 @@
|
|
|
7
7
|
- The Resolver analysis capability is disabled by default. To enable it, you can add `resolver` to the `features` array as shown in the example below. [features configuration](../../config/options/options).
|
|
8
8
|
|
|
9
9
|
```js
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
new rsdoctorWebpackPlugin({
|
|
11
|
+
features: [
|
|
12
|
+
'resolver',
|
|
13
|
+
// ...other features
|
|
14
|
+
],
|
|
15
|
+
});
|
|
13
16
|
```
|
|
14
17
|
|
|
15
18
|
:::
|
|
Binary file
|
|
@@ -7,9 +7,12 @@
|
|
|
7
7
|
- Resolver 分析能力默认关闭,如需开启,可以在 `features` 数组中添加 `resolver`,如下示例。[features 配置](../../config/options/options)。
|
|
8
8
|
|
|
9
9
|
```js
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
new rsdoctorWebpackPlugin({
|
|
11
|
+
features: [
|
|
12
|
+
'resolver',
|
|
13
|
+
// ...other features
|
|
14
|
+
],
|
|
15
|
+
});
|
|
13
16
|
```
|
|
14
17
|
|
|
15
18
|
:::
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/docs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -25,9 +25,10 @@
|
|
|
25
25
|
"react": "18.2.0",
|
|
26
26
|
"react-dom": "18.2.0",
|
|
27
27
|
"rsbuild-plugin-google-analytics": "^1.0.0",
|
|
28
|
+
"rsbuild-plugin-open-graph": "1.0.0",
|
|
28
29
|
"rspress-plugin-font-open-sans": "^1.0.0",
|
|
29
30
|
"typescript": "^5.2.2",
|
|
30
|
-
"@rsdoctor/types": "0.1.
|
|
31
|
+
"@rsdoctor/types": "0.1.10"
|
|
31
32
|
},
|
|
32
33
|
"dependencies": {
|
|
33
34
|
"framer-motion": "^10.17.6",
|