You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we currently use watchpack and it has performance issue especially when killed by ctrl-c, it may even take seconds to shutdown, we can progressively migrate watchpack to native watchers
What does the proposed API of configuration look like?
experiments: {nativeWatcher: true}
we can reuse Watch and watchOptions
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
we currently use watchpack and it has performance issue especially when killed by ctrl-c, it may even take seconds to shutdown, we can progressively migrate watchpack to native watchers
What does the proposed API of configuration look like?
we can reuse
Watch
andwatchOptions
The text was updated successfully, but these errors were encountered: