Skip to content

Conversation

GiveMe-A-Name
Copy link
Member

Summary

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@Copilot Copilot AI review requested due to automatic review settings August 12, 2025 10:46
Copy link

netlify bot commented Aug 12, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 7b4bb4c
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/689b1e474bf5ea00087d69c4
😎 Deploy Preview https://deploy-preview-5825--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 82 (🟢 up 26 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enables Rspack's native watcher functionality by default in Rsbuild. The native watcher is an experimental feature that can provide better file watching performance compared to the default JavaScript-based watcher.

  • Creates a new plugin that enables Rspack's nativeWatcher experimental feature
  • Integrates the plugin into the default plugin stack

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
packages/core/src/plugins/nativeWatcher.ts New plugin that configures Rspack's experimental nativeWatcher feature
packages/core/src/createRsbuild.ts Adds the native watcher plugin to the default plugin collection

@GiveMe-A-Name GiveMe-A-Name marked this pull request as draft August 12, 2025 10:48
@GiveMe-A-Name GiveMe-A-Name force-pushed the enable_native_watcher_0812 branch from b7caaa0 to c2601bc Compare August 12, 2025 10:51
@GiveMe-A-Name GiveMe-A-Name changed the title feat: enable rspack nativeWatcher by default feat: enable rspack nativeWatcher by default[no merge] Aug 13, 2025
@GiveMe-A-Name GiveMe-A-Name deleted the enable_native_watcher_0812 branch August 21, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant