@rspack/cli 1.3.1 → 1.3.3
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/{275.js → 977.js} +1 -1
- package/dist/{275.mjs → 977.mjs} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/{275.js → 977.js}
RENAMED
package/dist/{275.mjs → 977.mjs}
RENAMED
package/dist/index.js
CHANGED
|
@@ -702,7 +702,7 @@ var __webpack_exports__ = {};
|
|
|
702
702
|
}
|
|
703
703
|
if (options.profile) item.profile = true;
|
|
704
704
|
if (process.env.RSPACK_PROFILE) {
|
|
705
|
-
const { applyProfile } = await __webpack_require__.e("
|
|
705
|
+
const { applyProfile } = await __webpack_require__.e("977").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
|
|
706
706
|
await applyProfile(process.env.RSPACK_PROFILE, item);
|
|
707
707
|
}
|
|
708
708
|
if (options.watch) item.watch = options.watch;
|
package/dist/index.mjs
CHANGED
|
@@ -680,7 +680,7 @@ class RspackCLI {
|
|
|
680
680
|
}
|
|
681
681
|
if (options.profile) item.profile = true;
|
|
682
682
|
if (process.env.RSPACK_PROFILE) {
|
|
683
|
-
const { applyProfile } = await __webpack_require__.e("
|
|
683
|
+
const { applyProfile } = await __webpack_require__.e("977").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
|
|
684
684
|
await applyProfile(process.env.RSPACK_PROFILE, item);
|
|
685
685
|
}
|
|
686
686
|
if (options.watch) item.watch = options.watch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "CLI for rspack",
|
|
5
5
|
"homepage": "https://rspack.dev",
|
|
6
6
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"execa": "^5.1.1",
|
|
49
49
|
"ts-node": "^10.9.2",
|
|
50
50
|
"typescript": "^5.7.3",
|
|
51
|
-
"@rspack/
|
|
52
|
-
"@rspack/
|
|
51
|
+
"@rspack/core": "1.3.3",
|
|
52
|
+
"@rspack/tracing": "1.3.3"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@rspack/core": "^1.0.0-alpha || ^1.x",
|