create-rspack 0.0.1-6 → 0.0.1-7

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",
3
- "version": "0.0.1-6",
3
+ "version": "0.0.1-7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -8,7 +8,6 @@ module.exports = {
8
8
  entry: {
9
9
  main: "./src/main.jsx"
10
10
  },
11
-
12
11
  builtins: {
13
12
  html: [
14
13
  {
@@ -20,7 +19,7 @@ module.exports = {
20
19
  },
21
20
  react: {
22
21
  development: isDev,
23
- fresh: isDev
22
+ refresh: isDev
24
23
  }
25
24
  }
26
25
  };