@empjs/cli 3.1.0-rc.7 → 3.1.0-rc.8

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.d.cts CHANGED
@@ -376,6 +376,7 @@ type DebugType = {
376
376
  rspackCache?: boolean;
377
377
  rsdoctor?: boolean | RsdoctorRspackPluginOptions;
378
378
  newTreeshaking?: boolean;
379
+ devShowAllLog?: boolean;
379
380
  /**
380
381
  * 是否显示执行日志
381
382
  * @default false
package/dist/index.d.ts CHANGED
@@ -376,6 +376,7 @@ type DebugType = {
376
376
  rspackCache?: boolean;
377
377
  rsdoctor?: boolean | RsdoctorRspackPluginOptions;
378
378
  newTreeshaking?: boolean;
379
+ devShowAllLog?: boolean;
379
380
  /**
380
381
  * 是否显示执行日志
381
382
  * @default false