@utoo/pack 1.1.23-rc.1 → 1.1.23

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.
@@ -120,8 +120,8 @@ async function serveInternal(options, projectPath, rootPath, serverOptions) {
120
120
  config: {
121
121
  ...options.config,
122
122
  devServer: {
123
- ...(options.config.devServer || {}),
124
123
  hot: true,
124
+ ...(options.config.devServer || {}),
125
125
  },
126
126
  },
127
127
  packPath: (0, common_1.getPackPath)(),
@@ -106,8 +106,8 @@ async function serveInternal(options, projectPath, rootPath, serverOptions) {
106
106
  config: {
107
107
  ...options.config,
108
108
  devServer: {
109
- ...(options.config.devServer || {}),
110
109
  hot: true,
110
+ ...(options.config.devServer || {}),
111
111
  },
112
112
  },
113
113
  packPath: getPackPath(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack",
3
- "version": "1.1.23-rc.1",
3
+ "version": "1.1.23",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "types": "esm/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@babel/code-frame": "7.22.5",
41
41
  "@swc/helpers": "0.5.15",
42
- "@utoo/pack-shared": "1.1.23-rc.1",
42
+ "@utoo/pack-shared": "1.1.23",
43
43
  "@utoo/style-loader": "^1.0.0",
44
44
  "domparser-rs": "^0.0.5",
45
45
  "find-up": "4.1.0",
@@ -86,12 +86,12 @@
86
86
  },
87
87
  "repository": "git@github.com:utooland/utoo.git",
88
88
  "optionalDependencies": {
89
- "@utoo/pack-darwin-arm64": "1.1.23-rc.1",
90
- "@utoo/pack-darwin-x64": "1.1.23-rc.1",
91
- "@utoo/pack-linux-arm64-gnu": "1.1.23-rc.1",
92
- "@utoo/pack-linux-arm64-musl": "1.1.23-rc.1",
93
- "@utoo/pack-linux-x64-gnu": "1.1.23-rc.1",
94
- "@utoo/pack-linux-x64-musl": "1.1.23-rc.1",
95
- "@utoo/pack-win32-x64-msvc": "1.1.23-rc.1"
89
+ "@utoo/pack-darwin-arm64": "1.1.23",
90
+ "@utoo/pack-darwin-x64": "1.1.23",
91
+ "@utoo/pack-linux-arm64-gnu": "1.1.23",
92
+ "@utoo/pack-linux-arm64-musl": "1.1.23",
93
+ "@utoo/pack-linux-x64-gnu": "1.1.23",
94
+ "@utoo/pack-linux-x64-musl": "1.1.23",
95
+ "@utoo/pack-win32-x64-msvc": "1.1.23"
96
96
  }
97
97
  }