create-rspack-canary 1.6.5-canary-886f4882-20251120061913 → 1.6.5-canary-57e2a56d-20251120152633
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rspack-canary",
|
|
3
|
-
"version": "1.6.5-canary-
|
|
3
|
+
"version": "1.6.5-canary-57e2a56d-20251120152633",
|
|
4
4
|
"homepage": "https://rspack.rs",
|
|
5
5
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
|
6
6
|
"repository": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"bin.js"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"create-rstack": "1.7.
|
|
23
|
+
"create-rstack": "1.7.8"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@rslib/core": "0.17.1",
|
|
@@ -4,9 +4,9 @@ You are an expert in JavaScript, Rspack, and web application development. You wr
|
|
|
4
4
|
|
|
5
5
|
## Commands
|
|
6
6
|
|
|
7
|
-
- `
|
|
8
|
-
- `
|
|
9
|
-
- `
|
|
7
|
+
- `{{ packageManager }} run dev` - Start the dev server
|
|
8
|
+
- `{{ packageManager }} run build` - Build the app for production
|
|
9
|
+
- `{{ packageManager }} run preview` - Preview the production build locally
|
|
10
10
|
|
|
11
11
|
## Docs
|
|
12
12
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Install the dependencies:
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
|
|
8
|
+
{{ packageManager }} install
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Get started
|
|
@@ -13,19 +13,19 @@ npm install
|
|
|
13
13
|
Start the dev server, and the app will be available at <http://localhost:8080>.
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
|
|
16
|
+
{{ packageManager }} run dev
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
Build the app for production:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
|
|
22
|
+
{{ packageManager }} run build
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
Preview the production build locally:
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
|
-
|
|
28
|
+
{{ packageManager }} run preview
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
## Learn more
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@rspack/cli": "workspace:*",
|
|
16
16
|
"@rspack/core": "workspace:*",
|
|
17
|
-
"@rspack/plugin-react-refresh": "^1.5.
|
|
17
|
+
"@rspack/plugin-react-refresh": "^1.5.3",
|
|
18
18
|
"@types/react": "^19.1.13",
|
|
19
19
|
"@types/react-dom": "^19.1.9",
|
|
20
20
|
"react-refresh": "^0.18.0"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@rspack/cli": "workspace:*",
|
|
16
16
|
"@rspack/core": "workspace:*",
|
|
17
|
-
"@rspack/plugin-react-refresh": "^1.5.
|
|
17
|
+
"@rspack/plugin-react-refresh": "^1.5.3",
|
|
18
18
|
"@types/react": "^19.1.13",
|
|
19
19
|
"@types/react-dom": "^19.1.9",
|
|
20
20
|
"react-refresh": "^0.18.0",
|