@rspack/cli 1.5.0-beta.0 → 1.5.0-beta.1
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/{556.js → 361.js} +1 -1
- package/dist/{556.mjs → 361.mjs} +2 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +3 -3
package/dist/{556.js → 361.js}
RENAMED
package/dist/{556.mjs → 361.mjs}
RENAMED
package/dist/index.js
CHANGED
@@ -93,7 +93,7 @@ __webpack_require__.m = __webpack_modules__;
|
|
93
93
|
})();
|
94
94
|
(()=>{
|
95
95
|
var installedChunks = {
|
96
|
-
|
96
|
+
410: 1
|
97
97
|
};
|
98
98
|
var installChunk = (chunk)=>{
|
99
99
|
var moreModules = chunk.modules, chunkIds = chunk.ids, runtime = chunk.runtime;
|
@@ -732,7 +732,7 @@ var __webpack_exports__ = {};
|
|
732
732
|
}
|
733
733
|
if (options.profile) item.profile = true;
|
734
734
|
if (process.env.RSPACK_PROFILE) {
|
735
|
-
const { applyProfile } = await __webpack_require__.e("
|
735
|
+
const { applyProfile } = await __webpack_require__.e("361").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
|
736
736
|
await applyProfile(process.env.RSPACK_PROFILE, process.env.RSPACK_TRACE_LAYER, process.env.RSPACK_TRACE_OUTPUT);
|
737
737
|
}
|
738
738
|
if (options.watch) item.watch = options.watch;
|
package/dist/index.mjs
CHANGED
@@ -51,7 +51,7 @@ __webpack_require__.m = __webpack_modules__;
|
|
51
51
|
})();
|
52
52
|
(()=>{
|
53
53
|
var installedChunks = {
|
54
|
-
|
54
|
+
410: 0
|
55
55
|
};
|
56
56
|
var installChunk = (data)=>{
|
57
57
|
var __webpack_ids__ = data.__webpack_ids__;
|
@@ -696,7 +696,7 @@ class RspackCLI {
|
|
696
696
|
}
|
697
697
|
if (options.profile) item.profile = true;
|
698
698
|
if (process.env.RSPACK_PROFILE) {
|
699
|
-
const { applyProfile } = await __webpack_require__.e("
|
699
|
+
const { applyProfile } = await __webpack_require__.e("361").then(__webpack_require__.bind(__webpack_require__, "./src/utils/profile.ts"));
|
700
700
|
await applyProfile(process.env.RSPACK_PROFILE, process.env.RSPACK_TRACE_LAYER, process.env.RSPACK_TRACE_OUTPUT);
|
701
701
|
}
|
702
702
|
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.5.0-beta.
|
3
|
+
"version": "1.5.0-beta.1",
|
4
4
|
"description": "CLI for rspack",
|
5
5
|
"homepage": "https://rspack.rs",
|
6
6
|
"bugs": "https://github.com/web-infra-dev/rspack/issues",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"yargs": "17.7.2"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@rslib/core": "0.
|
41
|
+
"@rslib/core": "0.12.1",
|
42
42
|
"@types/interpret": "^1.1.3",
|
43
43
|
"@types/rechoir": "^0.6.4",
|
44
44
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"execa": "^5.1.1",
|
49
49
|
"ts-node": "^10.9.2",
|
50
50
|
"typescript": "^5.9.2",
|
51
|
-
"@rspack/core": "1.5.0-beta.
|
51
|
+
"@rspack/core": "1.5.0-beta.1"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
54
|
"@rspack/core": "^1.0.0-alpha || ^1.x"
|