create-rspack-canary 1.3.13-canary-d42e8d13-20250529042740 → 1.3.13-canary-e56725ae-20250529070819
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 +2 -2
- package/package.json +2 -2
- package/template-vue-js/src/App.vue +1 -1
- package/template-vue-ts/src/App.vue +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<picture>
|
|
2
|
-
<img alt="Rspack Banner" src="https://assets.rspack.
|
|
2
|
+
<img alt="Rspack Banner" src="https://assets.rspack.rs/rspack/rspack-banner.png">
|
|
3
3
|
</picture>
|
|
4
4
|
|
|
5
5
|
# create-rspack
|
|
@@ -8,7 +8,7 @@ Create a new rspack project.
|
|
|
8
8
|
|
|
9
9
|
## Documentation
|
|
10
10
|
|
|
11
|
-
See [https://rspack.
|
|
11
|
+
See [https://rspack.rs](https://rspack.rs) for details.
|
|
12
12
|
|
|
13
13
|
## License
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rspack-canary",
|
|
3
|
-
"version": "1.3.13-canary-
|
|
4
|
-
"homepage": "https://rspack.
|
|
3
|
+
"version": "1.3.13-canary-e56725ae-20250529070819",
|
|
4
|
+
"homepage": "https://rspack.rs",
|
|
5
5
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -7,7 +7,7 @@ const title = ref("Rspack + Vue");
|
|
|
7
7
|
|
|
8
8
|
<template>
|
|
9
9
|
<div>
|
|
10
|
-
<a href="https://
|
|
10
|
+
<a href="https://rspack.rs/" target="_blank">
|
|
11
11
|
<img src="./assets/rspack.svg" class="logo" alt="Rspack logo" />
|
|
12
12
|
</a>
|
|
13
13
|
<a href="https://vuejs.org/" target="_blank">
|
|
@@ -7,7 +7,7 @@ const title = ref<string>("Rspack + Vue");
|
|
|
7
7
|
|
|
8
8
|
<template>
|
|
9
9
|
<div>
|
|
10
|
-
<a href="https://
|
|
10
|
+
<a href="https://rspack.rs/" target="_blank">
|
|
11
11
|
<img src="./assets/rspack.svg" class="logo" alt="Rspack logo" />
|
|
12
12
|
</a>
|
|
13
13
|
<a href="https://vuejs.org/" target="_blank">
|