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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rspack-canary",
3
- "version": "1.6.0-canary-e3199f44-20251020173943",
3
+ "version": "1.6.0-canary-6cd722f4-20251022123039",
4
4
  "homepage": "https://rspack.rs",
5
5
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
6
6
  "repository": {
@@ -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 [http://localhost:8080](http://localhost:8080).
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.dev) - explore Rspack features and APIs.
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.1",
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"
@@ -57,7 +57,7 @@ export default defineConfig({
57
57
  template: "./index.html"
58
58
  }),
59
59
  isDev ? new ReactRefreshRspackPlugin() : null
60
- ].filter(Boolean),
60
+ ],
61
61
  optimization: {
62
62
  minimizer: [
63
63
  new rspack.SwcJsMinimizerRspackPlugin(),
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@rspack/cli": "workspace:*",
16
16
  "@rspack/core": "workspace:*",
17
- "@rspack/plugin-react-refresh": "^1.5.1",
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",
@@ -51,7 +51,7 @@ export default defineConfig({
51
51
  template: "./index.html"
52
52
  }),
53
53
  isDev ? new ReactRefreshRspackPlugin() : null
54
- ].filter(Boolean),
54
+ ],
55
55
  optimization: {
56
56
  minimizer: [
57
57
  new rspack.SwcJsMinimizerRspackPlugin(),