@rspack-canary/cli 1.4.12-canary-4f117639-20250801093856 → 1.4.12-canary-40c41ca5-20250806090917
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/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -453,8 +453,8 @@ var __webpack_exports__ = {};
|
|
|
453
453
|
let finalMiddlewares = middlewares;
|
|
454
454
|
if (setupMiddlewares) finalMiddlewares = setupMiddlewares(finalMiddlewares, server);
|
|
455
455
|
return [
|
|
456
|
-
|
|
457
|
-
|
|
456
|
+
...finalMiddlewares,
|
|
457
|
+
lazyCompileMiddleware
|
|
458
458
|
];
|
|
459
459
|
};
|
|
460
460
|
result.hot = options.hot ?? result.hot ?? true;
|
package/dist/index.mjs
CHANGED
|
@@ -418,8 +418,8 @@ class ServeCommand {
|
|
|
418
418
|
let finalMiddlewares = middlewares;
|
|
419
419
|
if (setupMiddlewares) finalMiddlewares = setupMiddlewares(finalMiddlewares, server);
|
|
420
420
|
return [
|
|
421
|
-
|
|
422
|
-
|
|
421
|
+
...finalMiddlewares,
|
|
422
|
+
lazyCompileMiddleware
|
|
423
423
|
];
|
|
424
424
|
};
|
|
425
425
|
result.hot = options.hot ?? result.hot ?? true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack-canary/cli",
|
|
3
|
-
"version": "1.4.12-canary-
|
|
3
|
+
"version": "1.4.12-canary-40c41ca5-20250806090917",
|
|
4
4
|
"description": "CLI for rspack",
|
|
5
5
|
"homepage": "https://rspack.rs",
|
|
6
6
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"execa": "^5.1.1",
|
|
49
49
|
"ts-node": "^10.9.2",
|
|
50
50
|
"typescript": "^5.8.3",
|
|
51
|
-
"@rspack/core": "npm:@rspack-canary/core@1.4.12-canary-
|
|
51
|
+
"@rspack/core": "npm:@rspack-canary/core@1.4.12-canary-40c41ca5-20250806090917"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@rspack/core": "^1.0.0-alpha || ^1.x"
|