@rspack/cli 1.3.7 → 1.3.9
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 +1 -1
- package/dist/556.mjs +1 -1
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +4 -4
package/dist/556.js
CHANGED
package/dist/556.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -629,7 +629,6 @@ var __webpack_exports__ = {};
|
|
|
629
629
|
class RspackCLI {
|
|
630
630
|
async createCompiler(options, rspackCommand, callback) {
|
|
631
631
|
process.env.RSPACK_CONFIG_VALIDATE ??= "loose";
|
|
632
|
-
process.env.WATCHPACK_WATCHER_LIMIT = process.env.WATCHPACK_WATCHER_LIMIT || "20";
|
|
633
632
|
let config = await this.loadConfig(options);
|
|
634
633
|
config = await this.buildConfig(config, options, rspackCommand);
|
|
635
634
|
const isWatch = Array.isArray(config) ? config.some((i)=>i.watch) : config.watch;
|
package/dist/index.mjs
CHANGED
|
@@ -593,7 +593,6 @@ function _define_property(obj, key, value) {
|
|
|
593
593
|
class RspackCLI {
|
|
594
594
|
async createCompiler(options, rspackCommand, callback) {
|
|
595
595
|
process.env.RSPACK_CONFIG_VALIDATE ??= "loose";
|
|
596
|
-
process.env.WATCHPACK_WATCHER_LIMIT = process.env.WATCHPACK_WATCHER_LIMIT || "20";
|
|
597
596
|
let config = await this.loadConfig(options);
|
|
598
597
|
config = await this.buildConfig(config, options, rspackCommand);
|
|
599
598
|
const isWatch = Array.isArray(config) ? config.some((i)=>i.watch) : config.watch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.9",
|
|
4
4
|
"description": "CLI for rspack",
|
|
5
5
|
"homepage": "https://rspack.dev",
|
|
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.6.
|
|
41
|
+
"@rslib/core": "0.6.8",
|
|
42
42
|
"@types/interpret": "^1.1.3",
|
|
43
43
|
"@types/rechoir": "^0.6.4",
|
|
44
44
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"cross-env": "^7.0.3",
|
|
48
48
|
"execa": "^5.1.1",
|
|
49
49
|
"ts-node": "^10.9.2",
|
|
50
|
-
"typescript": "^5.
|
|
51
|
-
"@rspack/core": "1.3.
|
|
50
|
+
"typescript": "^5.8.3",
|
|
51
|
+
"@rspack/core": "1.3.9"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@rspack/core": "^1.0.0-alpha || ^1.x"
|