create-rspack-canary 1.6.0-canary-e3199f44-20251020173943 → 1.6.0-canary-6cd722f4-20251022123039
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
|
@@ -10,7 +10,7 @@ npm install
|
|
|
10
10
|
|
|
11
11
|
## Get started
|
|
12
12
|
|
|
13
|
-
Start the dev server, and the app will be available at
|
|
13
|
+
Start the dev server, and the app will be available at <http://localhost:8080>.
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
npm run dev
|
|
@@ -32,5 +32,5 @@ npm run preview
|
|
|
32
32
|
|
|
33
33
|
To learn more about Rspack, check out the following resources:
|
|
34
34
|
|
|
35
|
-
- [Rspack documentation](https://rspack.
|
|
35
|
+
- [Rspack documentation](https://rspack.rs) - explore Rspack features and APIs.
|
|
36
36
|
- [Rspack GitHub repository](https://github.com/web-infra-dev/rspack) - your feedback and contributions are welcome!
|
|
@@ -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.2",
|
|
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.2",
|
|
18
18
|
"@types/react": "^19.1.13",
|
|
19
19
|
"@types/react-dom": "^19.1.9",
|
|
20
20
|
"react-refresh": "^0.18.0",
|