@zk-tech/rrt-plugin-rspack 0.0.3 → 0.0.4

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/README.md CHANGED
@@ -48,9 +48,11 @@ new PerfMonitorRspackPlugin({
48
48
  Then open:
49
49
 
50
50
  ```text
51
- http://localhost:<port>/__react-render-tracker__/standalone
51
+ http://localhost:<port>/__perf-monitor-devtools__/standalone
52
52
  ```
53
53
 
54
+ The plugin will also print this URL hint automatically when `rspack dev` starts.
55
+
54
56
  ## Options
55
57
 
56
58
  - `disabled?: boolean`