@rsbuild/plugin-vue2 0.0.0-nightly-20231023160908 → 0.0.0-nightly-20231025160936
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 -6
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -6,14 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
Unleash the power of Rspack with the out-of-the-box build tool.
|
|
8
8
|
|
|
9
|
-
## Getting Started
|
|
10
|
-
|
|
11
|
-
Please follow [Quick Start](https://rsbuild.dev/guides/get-started/quick-start) to get started with Rsbuild.
|
|
12
|
-
|
|
13
9
|
## Documentation
|
|
14
10
|
|
|
15
|
-
|
|
16
|
-
- [中文文档](https://rsbuild.dev/zh)
|
|
11
|
+
https://rsbuild.dev/
|
|
17
12
|
|
|
18
13
|
## Contributing
|
|
19
14
|
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"directory": "packages/plugin-vue2"
|
|
9
9
|
},
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"version": "0.0.0-nightly-
|
|
11
|
+
"version": "0.0.0-nightly-20231025160936",
|
|
12
12
|
"types": "./dist/index.d.ts",
|
|
13
13
|
"main": "./dist/index.js",
|
|
14
14
|
"exports": {
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"vue-loader": "^15.11.1",
|
|
25
|
-
"@rsbuild/shared": "0.0.0-nightly-
|
|
25
|
+
"@rsbuild/shared": "0.0.0-nightly-20231025160936"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"typescript": "^5",
|
|
29
29
|
"webpack": "^5.88.1",
|
|
30
|
-
"@rsbuild/core": "0.0.0-nightly-
|
|
31
|
-
"@rsbuild/test-helper": "0.0.0-nightly-
|
|
30
|
+
"@rsbuild/core": "0.0.0-nightly-20231025160936",
|
|
31
|
+
"@rsbuild/test-helper": "0.0.0-nightly-20231025160936"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@rsbuild/core": "0.0.0-nightly-
|
|
34
|
+
"@rsbuild/core": "0.0.0-nightly-20231025160936"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"registry": "https://registry.npmjs.org/",
|